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

Unified Diff: ash/public/interfaces/system_tray.mojom

Issue 2438023004: mash: Migrate ShowSetTimeDialog from SystemTrayDelegate to mojo (Closed)
Patch Set: rebase 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.cc ('k') | chrome/browser/ui/ash/system_tray_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/system_tray.mojom
diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
index b48943f32d5c0ad6377f105e6c1d5512df4e1c92..9561de077dfaaaf325dc14b8e67a766d82989b03 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -20,7 +20,8 @@ interface SystemTrayClient {
// Shows the settings related to date, timezone etc.
ShowDateSettings();
- // TODO(crbug.com/647412): ShowSetTimeDialog();
+ // Shows the dialog to set system time, date, and timezone.
+ ShowSetTimeDialog();
// Shows settings related to multiple displays.
ShowDisplaySettings();
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.cc ('k') | chrome/browser/ui/ash/system_tray_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698