| 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
|
| };
|
|
|
|
|