Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 2ecbaa452d571c99d8b7e25a35ea293a54dce325..920b63bcb0bcf2afc96afa72c95319a15a20fad9 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1538,9 +1538,10 @@ IPC_SYNC_MESSAGE_CONTROL4_3(ViewHostMsg_GetPluginInfo, |
| // create a plugin. The browser will create the plugin process if |
| // necessary, and will return a handle to the channel on success. |
| // On error an empty string is returned. |
| -IPC_SYNC_MESSAGE_CONTROL3_2(ViewHostMsg_OpenChannelToPlugin, |
| +IPC_SYNC_MESSAGE_CONTROL4_2(ViewHostMsg_OpenChannelToPlugin, |
| int /* routing_id */, |
| GURL /* url */, |
| + GURL /* policy_url */, |
|
jam
2011/08/01 03:25:44
policy_url is a chrome concept, so it doesn't belo
Bernhard Bauer
2011/08/01 16:06:12
Done.
|
| std::string /* mime_type */, |
| IPC::ChannelHandle /* channel_handle */, |
| webkit::npapi::WebPluginInfo /* info */) |