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

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

Issue 2822033002: cros: Use SessionController to enable system tray settings / notifications tray (Closed)
Patch Set: Created 3 years, 8 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 4eace68e72e0682c7a9909205ec53f33face31d3..8cb3f2c9b8cae2188f6cfc877fc7cb18f501c07c 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -86,12 +86,6 @@ class ASH_EXPORT SystemTrayDelegate {
// crbug.com/443119
virtual bool IsUserChild() const;
- // Returns true if settings menu item should appear.
- virtual bool ShouldShowSettings() const;
-
- // Returns true if notification tray should appear.
- virtual bool ShouldShowNotificationTray() const;
-
// Shows information about enterprise enrolled devices.
virtual void ShowEnterpriseInfo();

Powered by Google App Engine
This is Rietveld 408576698