| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 75d87fb54da352030a89e80f3c73f9101402f828..ace3a8e9c7d8dfc52c6bf7f287540132f3ffba0e 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -292,7 +292,7 @@ class ExtensionService
|
| // Disable non-default and non-managed extensions with ids not in
|
| // |except_ids|. Default extensions are those from the Web Store with
|
| // |was_installed_by_default| flag.
|
| - void DisableUserExtensions(const std::vector<std::string>& except_ids);
|
| + void DisableUserExtensionsExcept(const std::vector<std::string>& except_ids);
|
|
|
| // Puts all extensions in a blocked state: Unloading every extension, and
|
| // preventing them from ever loading until UnblockAllExtensions is called.
|
|
|