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

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

Issue 2646803003: Rename confusing method name. (Closed)
Patch Set: Created 3 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/browser/extensions/extension_service.h ('k') | chrome/browser/profile_resetter/profile_resetter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_service.cc
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
index f63d065691ddbbcf599e44a68daec2e58506328c..8cabe6d60d1a0bfb15d95167cdd8dc4ac4a4d3fe 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -948,7 +948,7 @@ void ExtensionService::DisableExtension(const std::string& extension_id,
}
}
-void ExtensionService::DisableUserExtensions(
+void ExtensionService::DisableUserExtensionsExcept(
const std::vector<std::string>& except_ids) {
extensions::ManagementPolicy* management_policy =
system_->management_policy();
« no previous file with comments | « chrome/browser/extensions/extension_service.h ('k') | chrome/browser/profile_resetter/profile_resetter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698