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 05d594c0659fe47c79ef8e3c263503cb63f9867a..e662af4269a73709cbd11d5327468a71805759ae 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -48,6 +48,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; |