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

Unified Diff: extensions/common/extension.h

Issue 462533002: Make runtime.reload() work with component extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 6 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 | « extensions/browser/extension_prefs.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension.h
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index a429d59286d67ee4eaba77a59dd633c9236ca02a..47f85f33ff942bd704b47558d45061217ebb2148 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -62,9 +62,9 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// An external extension that the user uninstalled. We should not reinstall
// such extensions on startup.
EXTERNAL_EXTENSION_UNINSTALLED,
- // Special state for component extensions, since they are always loaded by
- // the component loader, and should never be auto-installed on startup.
- ENABLED_COMPONENT,
+ // DEPRECATED: Special state for component extensions.
+ // Maintained as a placeholder since states may be stored to disk.
+ ENABLED_COMPONENT_DEPRECATED,
NUM_STATES
};
« no previous file with comments | « extensions/browser/extension_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698