Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 82f66e3616f6c838b799fb51fc122bc435aaa8d8..23be3ac33ac75dbc6634d11dcbf031a92509ea6a 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -287,6 +287,10 @@ IPC_MESSAGE_CONTROL2(ExtensionMsg_ShouldUnload, |
IPC_MESSAGE_CONTROL1(ExtensionMsg_Unload, |
std::string /* extension_id */) |
+// The browser changed its mind about unloading this extension. |
+IPC_MESSAGE_CONTROL1(ExtensionMsg_CancelUnload, |
+ std::string /* extension_id */) |
+ |
// Send to renderer once the installation mentioned on |
// ExtensionHostMsg_InlineWebstoreInstall is complete. |
IPC_MESSAGE_ROUTED3(ExtensionMsg_InlineWebstoreInstallResponse, |