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

Unified Diff: chrome/browser/extensions/test_management_policy.cc

Issue 10542023: Disable modifying extensions when in managed mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Improve/fix InitImpl() Created 8 years, 6 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/extensions/test_management_policy.cc
===================================================================
--- chrome/browser/extensions/test_management_policy.cc (revision 141651)
+++ chrome/browser/extensions/test_management_policy.cc (working copy)
@@ -27,7 +27,7 @@
must_remain_enabled_ = (prohibited_actions & MUST_REMAIN_ENABLED) != 0;
}
-std::string TestManagementPolicyProvider::GetPolicyProviderName() const {
+std::string TestManagementPolicyProvider::GetDebugPolicyProviderName() const {
return "the test management policy provider";
}

Powered by Google App Engine
This is Rietveld 408576698