Index: ash/system/tray/test_system_tray_delegate.h |
diff --git a/ash/system/tray/test_system_tray_delegate.h b/ash/system/tray/test_system_tray_delegate.h |
index 4def41c2eb8fa511fb4fe15a6af2d70b0e7c969c..47d182c836e5389c459d44a61a9c41a7bf61dd92 100644 |
--- a/ash/system/tray/test_system_tray_delegate.h |
+++ b/ash/system/tray/test_system_tray_delegate.h |
@@ -51,6 +51,7 @@ class TestSystemTrayDelegate : public SystemTrayDelegate { |
virtual void RequestLockScreen() OVERRIDE; |
virtual void RequestRestart() OVERRIDE; |
virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* list) OVERRIDE; |
+ virtual void BluetoothSetDiscovering(bool value) OVERRIDE; |
virtual void ToggleBluetoothConnection(const std::string& address) OVERRIDE; |
virtual void GetCurrentIME(IMEInfo* info) OVERRIDE; |
virtual void GetAvailableIMEList(IMEInfoList* list) OVERRIDE; |