Chromium Code Reviews| 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 { |
| } |