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

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

Issue 2373863002: mustash: Connect ash system tray "show settings" items to chrome over mojo (Closed)
Patch Set: review comments Created 4 years, 3 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/public/interfaces/system_tray.mojom ('k') | chrome/browser/ui/ash/system_tray_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1952c2adb363847954182be02f7412217baa128a..e3b27f154423b2b1087f90a099f6035856eb868f 100644
--- a/chrome/browser/ui/ash/system_tray_client.h
+++ b/chrome/browser/ui/ash/system_tray_client.h
@@ -28,7 +28,18 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
void OnClientConnectionError();
// ash::mojom::SystemTrayClient:
+ void ShowSettings() override;
void ShowDateSettings() override;
+ void ShowDisplaySettings() override;
+ void ShowChromeSlow() override;
+ void ShowIMESettings() override;
+ void ShowHelp() override;
+ void ShowAccessibilityHelp() override;
+ void ShowAccessibilitySettings() override;
+ void ShowPaletteHelp() override;
+ void ShowPaletteSettings() override;
+ void ShowPublicAccountInfo() override;
+ void ShowProxySettings() override;
// chromeos::system::SystemClockObserver:
void OnSystemClockChanged(chromeos::system::SystemClock* clock) override;
« no previous file with comments | « ash/public/interfaces/system_tray.mojom ('k') | chrome/browser/ui/ash/system_tray_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698