Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 9812043: aura: Uber tray should not show up on start screen in kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698