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

Unified Diff: ash/common/system/tray/system_tray_delegate.cc

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: rebase again 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.h ('k') | ash/common/wm_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index c23c55e3cbe89741035a4fe75ee43b937ac4d52b..346884b182c0a957d027c0ca0db404d46d06826a 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -77,18 +77,12 @@ void SystemTrayDelegate::GetSystemUpdateInfo(UpdateInfo* info) const {
info->factory_reset_required = false;
}
-base::HourClockType SystemTrayDelegate::GetHourClockType() const {
- return base::k24HourClock;
-}
-
void SystemTrayDelegate::ShowSettings() {}
bool SystemTrayDelegate::ShouldShowSettings() {
return false;
}
-void SystemTrayDelegate::ShowDateSettings() {}
-
void SystemTrayDelegate::ShowSetTimeDialog() {}
void SystemTrayDelegate::ShowNetworkSettingsForGuid(const std::string& guid) {}
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/common/wm_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698