| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index 3f928fa9d81a5c94f99ddd936933f21573287de9..5a1759a205a720e62758334a8c4832a2c90f2b4c 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -59,6 +59,9 @@ class SystemTrayDelegate {
|
| public:
|
| virtual ~SystemTrayDelegate() {}
|
|
|
| + // Returns true if system tray should be visible on startup.
|
| + virtual bool GetTrayVisibilityOnStartup() = 0;
|
| +
|
| // Gets information about the logged in user.
|
| virtual const std::string GetUserDisplayName() const = 0;
|
| virtual const std::string GetUserEmail() const = 0;
|
|
|