| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 3a5a42cf5bb318bca8f0ff060366a78708db8889..d19deddc160bdffca141bf2b8e05c8e9cca1758d 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
|
| };
|
|
|
|
|