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

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

Issue 811033002: Add device policy to disallow shutdown - ash UI modifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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_common.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_common.cc b/chrome/browser/ui/ash/system_tray_delegate_common.cc
index 3b434e49b7008e9dadec5237b27dd81f87424443..268827fea1d3ed43439f49af661ba448d12a41d9 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_common.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_common.cc
@@ -268,6 +268,18 @@ void SystemTrayDelegateCommon::RemoveCustodianInfoTrayObserver(
ash::CustodianInfoTrayObserver* observer) {
}
+void SystemTrayDelegateCommon::AddShutdownPolicyObserver(
+ ash::ShutdownPolicyObserver* observer) {
+}
+
+void SystemTrayDelegateCommon::RemoveShutdownPolicyObserver(
+ ash::ShutdownPolicyObserver* observer) {
+}
+
+void SystemTrayDelegateCommon::ShouldRebootOnShutdown(
+ const ash::RebootOnShutdownCallback& callback) {
+}
+
ash::SystemTrayNotifier* SystemTrayDelegateCommon::GetSystemTrayNotifier() {
return ash::Shell::GetInstance()->system_tray_notifier();
}
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_common.h ('k') | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698