Chromium Code Reviews| 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 359dca48213bfd282b003e8e2fcc8fad72e69160..6cdcfbf500f6f3f3b850e05f250cce05b3edcad2 100644 |
| --- a/ash/system/tray/default_system_tray_delegate.h |
| +++ b/ash/system/tray/default_system_tray_delegate.h |
| @@ -89,6 +89,8 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate { |
| virtual bool IsSearchKeyMappedToCapsLock() OVERRIDE; |
| virtual tray::UserAccountsDelegate* GetUserAccountsDelegate( |
| const std::string& user_id) OVERRIDE; |
| + virtual void AddCustodianInfoChangedCallback( |
| + const base::Closure& callback) OVERRIDE; |
|
Daniel Erat
2014/10/03 16:02:09
not having any way to remove the callback seems st
merkulova
2014/10/06 15:37:25
Switched to observer. Is it what you mean?
No rem
|
| private: |
| bool bluetooth_enabled_; |