Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h |
diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h |
index 6cfd61af1ee0b6bb3d8900f89aefe1170b55532c..2335a81993720253b78fde81e5dd3aae86a7bd28 100644 |
--- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h |
+++ b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h |
@@ -21,6 +21,7 @@ class MockBluetoothAdapter : public BluetoothAdapter { |
MOCK_CONST_METHOD0(IsPresent, bool()); |
MOCK_CONST_METHOD0(IsPowered, bool()); |
+ MOCK_CONST_METHOD0(IsDiscovering, bool()); |
MOCK_METHOD3(SetDiscovering, |
void(bool discovering, |
const base::Closure& callback, |