| 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 0f47d16d50a4bea52512809b7b024201463b6204..b53301fb7f411301c68f7d3822ff67a15bcdc887 100644
|
| --- a/ash/system/tray/default_system_tray_delegate.h
|
| +++ b/ash/system/tray/default_system_tray_delegate.h
|
| @@ -94,6 +94,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_;
|
|
|