diff options
author | rdevlin.cronin <rdevlin.cronin@chromium.org> | 2015-07-07 07:11:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-07 14:12:45 +0000 |
commit | 25fcbdd61b8dcd6d285284e81b0146265dd99677 (patch) | |
tree | 4f7d8701d033b8d60020ff95ba3ad00c9a66f984 /extensions/common/extension_messages.h | |
parent | f541436aa4cf51fb2ade83127b230cdc4a69c72b (diff) | |
download | chromium_src-25fcbdd61b8dcd6d285284e81b0146265dd99677.zip chromium_src-25fcbdd61b8dcd6d285284e81b0146265dd99677.tar.gz chromium_src-25fcbdd61b8dcd6d285284e81b0146265dd99677.tar.bz2 |
[Extensions OOPI] Clean up extension IPC to use RenderFrames
Update a bunch of extension IPC messages to use render frames
instead of render views. Remove the ScriptContext::GetRenderView()
method to discourage future use.
BUG=455776
Review URL: https://codereview.chromium.org/1215503002
Cr-Commit-Position: refs/heads/master@{#337596}
Diffstat (limited to 'extensions/common/extension_messages.h')
-rw-r--r-- | extensions/common/extension_messages.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h index 620fd9e..f5f1a39 100644 --- a/extensions/common/extension_messages.h +++ b/extensions/common/extension_messages.h @@ -649,8 +649,7 @@ IPC_SYNC_MESSAGE_CONTROL3_1(ExtensionHostMsg_OpenChannelToNativeApp, // Get a port handle to the given tab. The handle can be used for sending // messages to the extension. -IPC_SYNC_MESSAGE_CONTROL4_1(ExtensionHostMsg_OpenChannelToTab, - int /* routing_id */, +IPC_SYNC_MESSAGE_CONTROL3_1(ExtensionHostMsg_OpenChannelToTab, ExtensionMsg_TabTargetConnectionInfo, std::string /* extension_id */, std::string /* channel_name */, |