Index: extensions/common/extension_messages.h |
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h |
index f5c281744e756f1d96501f9ca99478f32aebecac..453dc53bafbb65fdbcc5cf74f6c97e4dc1c19d2f 100644 |
--- a/extensions/common/extension_messages.h |
+++ b/extensions/common/extension_messages.h |
@@ -407,13 +407,6 @@ IPC_MESSAGE_CONTROL1(ExtensionMsg_Suspend, |
IPC_MESSAGE_CONTROL1(ExtensionMsg_CancelSuspend, |
std::string /* extension_id */) |
-// Send to renderer once the installation mentioned on |
-// ExtensionHostMsg_InlineWebstoreInstall is complete. |
-IPC_MESSAGE_ROUTED3(ExtensionMsg_InlineWebstoreInstallResponse, |
- int32 /* install id */, |
- bool /* whether the install was successful */, |
- std::string /* error */) |
- |
// Response to the renderer for ExtensionHostMsg_GetAppInstallState. |
IPC_MESSAGE_ROUTED2(ExtensionMsg_GetAppInstallStateResponse, |
std::string /* state */, |
@@ -573,13 +566,6 @@ IPC_MESSAGE_ROUTED3(ExtensionHostMsg_ContentScriptsExecuting, |
int32 /* page_id of the _topmost_ frame */, |
GURL /* url of the _topmost_ frame */) |
-// Sent by the renderer to implement chrome.webstore.install(). |
-IPC_MESSAGE_ROUTED4(ExtensionHostMsg_InlineWebstoreInstall, |
- int32 /* install id */, |
- int32 /* return route id */, |
- std::string /* Web Store item ID */, |
- GURL /* requestor URL */) |
- |
// Sent by the renderer when a web page is checking if its app is installed. |
IPC_MESSAGE_ROUTED3(ExtensionHostMsg_GetAppInstallState, |
GURL /* requestor_url */, |