| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 5bcc4563818e78ce44369da9f6d70d8e257e71ee..b9761d021ab25039b57875fc9fd199e63bd812cd 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -33,9 +33,11 @@ class Extension {
|
| };
|
|
|
| enum State {
|
| - DISABLED,
|
| + DISABLED = 0,
|
| ENABLED,
|
| KILLBIT, // Don't install/upgrade (applies to external extensions only).
|
| +
|
| + NUM_STATES
|
| };
|
|
|
| enum InstallType {
|
|
|