Index: device/bluetooth/test/mock_bluetooth_adapter.h |
diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h |
index 1bdb215363507eff1a8b27058e005f3b894da0ed..1e788d7352cb217b2e5af4be611704a343cf2d3d 100644 |
--- a/device/bluetooth/test/mock_bluetooth_adapter.h |
+++ b/device/bluetooth/test/mock_bluetooth_adapter.h |
@@ -50,6 +50,7 @@ class MockBluetoothAdapter : public BluetoothAdapter { |
const base::Closure& callback, |
const ErrorCallback& error_callback)); |
MOCK_CONST_METHOD0(IsPresent, bool()); |
+ MOCK_METHOD1(SetDisabled, void(bool)); |
MOCK_CONST_METHOD0(IsPowered, bool()); |
MOCK_METHOD3(SetPowered, |
void(bool powered, |