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

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: Eliminate the ENABLED_COMPONENT state. 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
Index: extensions/common/extension.h
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index a429d59286d67ee4eaba77a59dd633c9236ca02a..21bd474d20997a17fc1bc47d6d687678891ad5fe 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -62,9 +62,6 @@ 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,
tapted 2014/08/13 00:25:07 It's annoying, but I think we need to keep a place
Anand Mistry (off Chromium) 2014/08/13 01:53:15 Done.
NUM_STATES
};
« extensions/browser/extension_prefs.cc ('K') | « extensions/browser/extension_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698