Chromium Code Reviews| Index: chrome/browser/extensions/extension_service.h |
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
| index 15645875447357ba74104449b8a584ce725fe9b2..d5d1e03968d2f91c96d1fb89e503d3a3e95c870e 100644 |
| --- a/chrome/browser/extensions/extension_service.h |
| +++ b/chrome/browser/extensions/extension_service.h |
| @@ -352,8 +352,9 @@ class ExtensionService |
| virtual void DisableExtension(const std::string& extension_id, |
| extensions::Extension::DisableReason disable_reason); |
| - // Disable non-builtin and non-managed extensions with ids not in |
| - // |except_ids|. |
| + // Disable non-default and non-managed extensions with ids not in |
| + // |except_ids|. Default extension are those from Web Store with |
|
asargent_no_longer_on_chrome
2013/08/05 17:31:53
grammar nit: "extension" should be plural, and nee
vasilii
2013/08/06 07:43:45
Done.
|
| + // |was_installed_by_default| flag. |
| void DisableUserExtensions(const std::vector<std::string>& except_ids); |
| // Updates the |extension|'s granted permissions lists to include all |