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

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

Issue 2625473002: Connect Login UI to SystemTray (Closed)
Patch Set: 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
Index: chrome/browser/ui/ash/system_tray_client.h
diff --git a/chrome/browser/ui/ash/system_tray_client.h b/chrome/browser/ui/ash/system_tray_client.h
index 6ea72c3bea50b34f92569d54f753e6a9080a799b..0faa61f6f6a0c5c887dbcbdafd74d755b00023c6 100644
--- a/chrome/browser/ui/ash/system_tray_client.h
+++ b/chrome/browser/ui/ash/system_tray_client.h
@@ -50,6 +50,10 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
// when the update is applied.
void SetFlashUpdateAvailable();
+ // Wrappers around ash::mojom::SystemTray interface:
+ void SetPrimaryTrayEnabled(bool enabled);
+ void SetPrimaryTrayVisible(bool visible);
+
// ash::mojom::SystemTrayClient:
void ShowSettings() override;
void ShowDateSettings() override;

Powered by Google App Engine
This is Rietveld 408576698