| 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..4537d1b5d06d31275d74d36053b222b5212578df 100644
|
| --- a/ash/system/tray/default_system_tray_delegate.h
|
| +++ b/ash/system/tray/default_system_tray_delegate.h
|
| @@ -93,6 +93,8 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual bool IsNetworkBehindCaptivePortal(
|
| const std::string& service_path) const OVERRIDE;
|
| virtual bool IsSearchKeyMappedToCapsLock() OVERRIDE;
|
| + virtual tray::UserAccountsDelegate* GetUserAccountsDelegate(
|
| + const std::string& user_id) OVERRIDE;
|
|
|
| private:
|
| bool bluetooth_enabled_;
|
|
|