| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 01f1b8d674afddc19f8d3501771bef6bd8da62a9..27febbe79bc9b52c688b14acb114d90374040204 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -451,6 +451,7 @@ namespace extension_misc {
|
| UNLOAD_REASON_DISABLE, // Extension is being disabled.
|
| UNLOAD_REASON_UPDATE, // Extension is being updated to a newer version.
|
| UNLOAD_REASON_UNINSTALL, // Extension is being uninstalled.
|
| + UNLOAD_REASON_TERMINATE, // Extension has terminated.
|
| };
|
|
|
| // User actions on the sync promo (aka "Sign in to Chrome").
|
|
|