Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2620)

Unified Diff: content/common/view_messages.h

Issue 7387010: Add PluginServiceFilter interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add resource_context Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)

Powered by Google App Engine
This is Rietveld 408576698