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

Unified Diff: chrome/common/extensions/extension.h

Issue 11275069: Perform install tasks for newly installed or upgraded component apps/extensions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: various fixes Created 8 years, 1 month 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: chrome/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 8efd7cf9f3911a8b3854ab057d2776682ad2ec10..2df94b6e2b58776ff6cc97c5caa8da0727cf4e37 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -99,6 +99,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,
NUM_STATES
};

Powered by Google App Engine
This is Rietveld 408576698