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

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

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.cc
diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc
index f1ff267679884ef5f3a5c72e57a246f756ac3639..10669a0a5e247c766fa57f3cfa42f5529ca0eb96 100644
--- a/ash/system/tray/system_tray_delegate.cc
+++ b/ash/system/tray/system_tray_delegate.cc
@@ -51,14 +51,6 @@ bool SystemTrayDelegate::IsUserChild() const {
return false;
}
-bool SystemTrayDelegate::ShouldShowSettings() const {
- return false;
-}
-
-bool SystemTrayDelegate::ShouldShowNotificationTray() const {
- return false;
-}
-
void SystemTrayDelegate::ShowEnterpriseInfo() {}
void SystemTrayDelegate::ShowUserLogin() {}

Powered by Google App Engine
This is Rietveld 408576698