Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / device / bluetooth / test / mock_bluetooth_device.h
index 29ce177..7bb24f6 100644 (file)
@@ -26,8 +26,6 @@ class MockBluetoothDevice : public BluetoothDevice {
                       bool connected);
   virtual ~MockBluetoothDevice();
 
-  MOCK_METHOD1(AddObserver, void(BluetoothDevice::Observer*));
-  MOCK_METHOD1(RemoveObserver, void(BluetoothDevice::Observer*));
   MOCK_CONST_METHOD0(GetBluetoothClass, uint32());
   MOCK_CONST_METHOD0(GetDeviceName, std::string());
   MOCK_CONST_METHOD0(GetAddress, std::string());