| Index: ash/common/system/tray/system_tray_delegate.h
|
| diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h
|
| index 9751f556c87aad3189b0608e4871c6068633213f..ef402521d01cac32143ddfb30ad7562ecc35e1aa 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.h
|
| +++ b/ash/common/system/tray/system_tray_delegate.h
|
| @@ -110,9 +110,6 @@ class ASH_EXPORT SystemTrayDelegate {
|
| // Called after SystemTray has been instantiated.
|
| virtual void Initialize();
|
|
|
| - // Returns true if system tray should be visible on startup.
|
| - virtual bool GetTrayVisibilityOnStartup();
|
| -
|
| // Gets information about the active user.
|
| virtual LoginStatus GetUserLoginStatus() const;
|
|
|
|
|