| Index: extensions/common/extension.h
|
| diff --git a/extensions/common/extension.h b/extensions/common/extension.h
|
| index 10df63c9797875659a657c31ca0a7535ca1a2321..894c100d80f697297320d95599f5a71dea0779a0 100644
|
| --- a/extensions/common/extension.h
|
| +++ b/extensions/common/extension.h
|
| @@ -514,11 +514,12 @@ struct InstalledExtensionInfo {
|
| struct UnloadedExtensionInfo {
|
| // TODO(DHNishi): Move this enum to ExtensionRegistryObserver.
|
| enum Reason {
|
| - REASON_DISABLE, // Extension is being disabled.
|
| - REASON_UPDATE, // Extension is being updated to a newer version.
|
| - REASON_UNINSTALL, // Extension is being uninstalled.
|
| - REASON_TERMINATE, // Extension has terminated.
|
| - REASON_BLACKLIST, // Extension has been blacklisted.
|
| + REASON_DISABLE, // Extension is being disabled.
|
| + REASON_UPDATE, // Extension is being updated to a newer version.
|
| + REASON_UNINSTALL, // Extension is being uninstalled.
|
| + REASON_TERMINATE, // Extension has terminated.
|
| + REASON_BLACKLIST, // Extension has been blacklisted.
|
| + REASON_PROFILE_SHUTDOWN, // Profile is being shut down.
|
| };
|
|
|
| Reason reason;
|
|
|