diff options
Diffstat (limited to 'chrome/common/extensions/extension_messages.h')
-rw-r--r-- | chrome/common/extensions/extension_messages.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h index 6dde22a..c3eb6fd 100644 --- a/chrome/common/extensions/extension_messages.h +++ b/chrome/common/extensions/extension_messages.h @@ -541,10 +541,6 @@ IPC_MESSAGE_ROUTED2(ExtensionHostMsg_DidGetApplicationInfo, int32 /* page_id */, WebApplicationInfo) -// Sent by the renderer to implement chrome.app.install(). -IPC_MESSAGE_ROUTED1(ExtensionHostMsg_InstallApplication, - WebApplicationInfo) - // Sent by the renderer to implement chrome.webstore.install(). IPC_MESSAGE_ROUTED4(ExtensionHostMsg_InlineWebstoreInstall, int32 /* install id */, |