diff options
Diffstat (limited to 'ash/system/bluetooth/tray_bluetooth.h')
-rw-r--r-- | ash/system/bluetooth/tray_bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/bluetooth/tray_bluetooth.h b/ash/system/bluetooth/tray_bluetooth.h index 469e54a..2ae655b 100644 --- a/ash/system/bluetooth/tray_bluetooth.h +++ b/ash/system/bluetooth/tray_bluetooth.h @@ -34,6 +34,7 @@ class TrayBluetooth : public SystemTrayItem, // Overridden from BluetoothObserver. virtual void OnBluetoothRefresh() OVERRIDE; + virtual void OnBluetoothDiscoveringChanged() OVERRIDE; tray::BluetoothDefaultView* default_; tray::BluetoothDetailedView* detailed_; |