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

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

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: cleanup 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
Index: chrome/browser/ui/ash/system_tray_common.h
diff --git a/chrome/browser/ui/ash/system_tray_common.h b/chrome/browser/ui/ash/system_tray_common.h
index 29ddd5205f4628fa150af212d072bf9ae815b174..05d92ad948cd691d13999073f77a962291d91082 100644
--- a/chrome/browser/ui/ash/system_tray_common.h
+++ b/chrome/browser/ui/ash/system_tray_common.h
@@ -11,6 +11,7 @@
// System tray code shared between classic ash SystemTrayDelegateChromeos and
// mustash SystemTrayClient.
+// TODO: all this code moves directly in SystemTrayClient. Less indirection.
class SystemTrayCommon {
public:
static const char kDisplaySettingsSubPageName[];
@@ -19,9 +20,6 @@ class SystemTrayCommon {
// Shows general settings UI.
static void ShowSettings();
- // Shows the settings related to date, timezone etc.
- static void ShowDateSettings();
-
// Shows settings related to multiple displays.
static void ShowDisplaySettings();

Powered by Google App Engine
This is Rietveld 408576698