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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index ca9086ce7daa91a53f7391e390b3548f90eef5b1..035a5b9f285145577301074c14b48eddaf159dab 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -60,8 +60,6 @@ class SystemTrayDelegateChromeOS
base::string16 GetSupervisedUserMessage() const override;
bool IsUserSupervised() const override;
bool IsUserChild() const override;
- bool ShouldShowSettings() const override;
- bool ShouldShowNotificationTray() const override;
void ShowEnterpriseInfo() override;
void ShowUserLogin() override;
void GetCurrentIME(ash::IMEInfo* info) override;

Powered by Google App Engine
This is Rietveld 408576698