| 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();
|
|
|