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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_win.cc

Issue 247663003: Date and Time dialog for when the clock isn't synced. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate actions for date tray view Created 6 years, 8 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_delegate_win.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_win.cc b/chrome/browser/ui/ash/system_tray_delegate_win.cc
index 1e900b5b77c0c858c06a71a3be12fb58635488dc..51f6478e2b8646e65cf77ad60a66d773366a622f 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_win.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_win.cc
@@ -103,6 +103,9 @@ class SystemTrayDelegateWin : public ash::SystemTrayDelegate,
virtual void ShowDateSettings() OVERRIDE {
}
+ virtual void ShowSetTimeSetings() OVERRIDE {
Daniel Erat 2014/04/24 20:46:18 probably doesn't compile (should be ShowSetTimeDia
michaelpg 2014/04/24 20:55:47 Done.
+ }
+
virtual void ShowNetworkSettings(const std::string& service_path) OVERRIDE {
}

Powered by Google App Engine
This is Rietveld 408576698