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

Unified Diff: content/common/plugin_process_messages.h

Issue 23503043: Load NPAPI plugin resources through the browser process directly instead of going through the render (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: plumb RenderView's routing IDs Created 7 years, 3 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/plugin_process_messages.h
===================================================================
--- content/common/plugin_process_messages.h (revision 222265)
+++ content/common/plugin_process_messages.h (working copy)
@@ -48,6 +48,9 @@
IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelCreated,
IPC::ChannelHandle /* channel_handle */)
+IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelDestroyed,
+ int /* renderer_id */)
+
IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ClearSiteDataResult,
bool /* success */)

Powered by Google App Engine
This is Rietveld 408576698