Index: ash/system/tray/system_tray_delegate.h |
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
index 7e22f2281ff3ec91784d3818d92293c5733537ca..3e399ebace659e9480d203c4328da8db9ff38fd1 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -165,6 +165,9 @@ class ASH_EXPORT SystemTrayDelegate { |
// Shows the settings related to date, timezone etc. |
virtual void ShowDateSettings() = 0; |
+ // Shows the dialog to set system time, date, and timezone. |
+ virtual void ShowSetTimeDialog() = 0; |
+ |
// Shows the settings related to network. If |service_path| is not empty, |
// show the settings for that network. |
virtual void ShowNetworkSettings(const std::string& service_path) = 0; |