| Index: ash/system/tray/default_system_tray_delegate.h
|
| diff --git a/ash/system/tray/default_system_tray_delegate.h b/ash/system/tray/default_system_tray_delegate.h
|
| index 5499ee4cc38784511ea7b6d08ce8b1f190b4c99a..0f47d16d50a4bea52512809b7b024201463b6204 100644
|
| --- a/ash/system/tray/default_system_tray_delegate.h
|
| +++ b/ash/system/tray/default_system_tray_delegate.h
|
| @@ -80,6 +80,7 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual void ShowOtherNetworkDialog(const std::string& type) OVERRIDE;
|
| virtual bool GetBluetoothAvailable() OVERRIDE;
|
| virtual bool GetBluetoothEnabled() OVERRIDE;
|
| + virtual bool GetBluetoothDiscovering() OVERRIDE;
|
| virtual void ChangeProxySettings() OVERRIDE;
|
| virtual VolumeControlDelegate* GetVolumeControlDelegate() const OVERRIDE;
|
| virtual void SetVolumeControlDelegate(
|
|
|