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

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

Issue 2389403003: chromeos: Don't explicitly set system tray visibility during initialization (Closed)
Patch Set: unused var on windows Created 4 years, 2 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
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/shelf/shelf_widget_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index bc6e86eb228100c0ca91cf930741a8d268146e55..8b4415b062ad35e200f89a1e7d2ad32771c43b76 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -35,10 +35,6 @@ SystemTrayDelegate::~SystemTrayDelegate() {}
void SystemTrayDelegate::Initialize() {}
-bool SystemTrayDelegate::GetTrayVisibilityOnStartup() {
- return false;
-}
-
LoginStatus SystemTrayDelegate::GetUserLoginStatus() const {
return LoginStatus::NOT_LOGGED_IN;
}
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/shelf/shelf_widget_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698