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

Unified Diff: chrome/browser/ui/ash/system_tray_client.cc

Issue 2625473002: Connect Login UI to SystemTray (Closed)
Patch Set: nits Created 3 years, 11 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 | « chrome/browser/ui/ash/system_tray_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_client.cc
diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc
index 475ed226fca537687c29a79682687a15ea74c234..b94d4a3a301e73a14bfcc909605bf7f5ce827c24 100644
--- a/chrome/browser/ui/ash/system_tray_client.cc
+++ b/chrome/browser/ui/ash/system_tray_client.cc
@@ -202,6 +202,14 @@ void SystemTrayClient::SetFlashUpdateAvailable() {
HandleUpdateAvailable();
}
+void SystemTrayClient::SetPrimaryTrayEnabled(bool enabled) {
+ system_tray_->SetPrimaryTrayEnabled(enabled);
+}
+
+void SystemTrayClient::SetPrimaryTrayVisible(bool visible) {
+ system_tray_->SetPrimaryTrayVisible(visible);
+}
+
////////////////////////////////////////////////////////////////////////////////
// ash::mojom::SystemTrayClient:
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698