Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index e9d4025812935ef0e4c92efbc404554513fb9556..bcc010a908a23d3b5cc63e97b8d68b890802f63f 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -237,6 +237,7 @@ namespace extension_misc { |
UNLOAD_REASON_UPDATE, // Extension is being updated to a newer version. |
UNLOAD_REASON_UNINSTALL, // Extension is being uninstalled. |
UNLOAD_REASON_TERMINATE, // Extension has terminated. |
+ UNLOAD_REASON_BLACKLIST, // Extension has been blacklisted. |
}; |
// The states that an app can be in, as reported by chrome.app.installState |