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

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

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: rebase Created 4 years, 1 month 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 d30bc104db836b42a8103762087f4832f7848048..929c031ee679ab2e5c040a002026cfa4b37dd7df 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -158,15 +158,6 @@ void SystemTrayDelegate::AddCustodianInfoTrayObserver(
void SystemTrayDelegate::RemoveCustodianInfoTrayObserver(
CustodianInfoTrayObserver* observer) {}
-void SystemTrayDelegate::AddShutdownPolicyObserver(
- ShutdownPolicyObserver* observer) {}
-
-void SystemTrayDelegate::RemoveShutdownPolicyObserver(
- ShutdownPolicyObserver* observer) {}
-
-void SystemTrayDelegate::ShouldRebootOnShutdown(
- const RebootOnShutdownCallback& callback) {}
-
VPNDelegate* SystemTrayDelegate::GetVPNDelegate() const {
return nullptr;
}
« 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