Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 8499d0944a46beba056f1eb1d447e32055279ffa..22b7ec2a2fb1fcf6fea5c9d59ff4fccc29721230 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -286,6 +286,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, |