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

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

Issue 22145004: Profile Reset: Don't disable defaults apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Grammar Created 7 years, 4 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 | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..89325766f2012c6d42f5f2ad18bdab9cf870df96 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 extensions are those from the Web Store with
+ // |was_installed_by_default| flag.
void DisableUserExtensions(const std::vector<std::string>& except_ids);
// Updates the |extension|'s granted permissions lists to include all
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698