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

Unified Diff: chrome/browser/chromeos/settings/shutdown_policy_handler.cc

Issue 871483003: Add device policy to disallow shutdown - WebUI modifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/shutdown_policy_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/settings/shutdown_policy_handler.cc
diff --git a/chrome/browser/chromeos/settings/shutdown_policy_handler.cc b/chrome/browser/chromeos/settings/shutdown_policy_handler.cc
index cc1a322390857c3bdbb546d627260a1c9659129f..095a9868d84cce4f332619a9c3e8a951f020e7cf 100644
--- a/chrome/browser/chromeos/settings/shutdown_policy_handler.cc
+++ b/chrome/browser/chromeos/settings/shutdown_policy_handler.cc
@@ -22,8 +22,7 @@ ShutdownPolicyHandler::ShutdownPolicyHandler(CrosSettings* cros_settings,
}
}
-ShutdownPolicyHandler::~ShutdownPolicyHandler() {
-}
+ShutdownPolicyHandler::~ShutdownPolicyHandler() {}
void ShutdownPolicyHandler::Shutdown() {
shutdown_policy_subscription_.reset();
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/shutdown_policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698