Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 1ac5f838b02fd125af2373b0a4aeadfdbd6021fb..6dde22a465eb50224c22abe3412034023c8f7f7d 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -377,12 +377,6 @@ IPC_MESSAGE_ROUTED3(ExtensionMsg_InlineWebstoreInstallResponse, |
bool /* whether the install was successful */, |
std::string /* error */) |
-// Response to the renderer for ExtensionHostMsg_GetAppNotifyChannel. |
-IPC_MESSAGE_ROUTED3(ExtensionMsg_GetAppNotifyChannelResponse, |
- std::string /* channel_id */, |
- std::string /* error */, |
- int32 /* callback_id */) |
- |
// Response to the renderer for ExtensionHostMsg_GetAppInstallState. |
IPC_MESSAGE_ROUTED2(ExtensionMsg_GetAppInstallStateResponse, |
std::string /* state */, |
@@ -558,14 +552,6 @@ IPC_MESSAGE_ROUTED4(ExtensionHostMsg_InlineWebstoreInstall, |
std::string /* Web Store item ID */, |
GURL /* requestor URL */) |
-// Sent by the renderer when an App is requesting permission to send server |
-// pushed notifications. |
-IPC_MESSAGE_ROUTED4(ExtensionHostMsg_GetAppNotifyChannel, |
- GURL /* requestor_url */, |
- std::string /* client_id */, |
- int32 /* return_route_id */, |
- int32 /* callback_id */) |
- |
// Sent by the renderer when a web page is checking if its app is installed. |
IPC_MESSAGE_ROUTED3(ExtensionHostMsg_GetAppInstallState, |
GURL /* requestor_url */, |