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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 11368019: Add support for external out-of-process PPAPI plugins in the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/browser/renderer_host/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 166155)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -169,9 +169,11 @@
IPC::Message* reply_msg);
void OnDidCreateOutOfProcessPepperInstance(int plugin_child_id,
int32 pp_instance,
- int render_view_id);
+ int render_view_id,
+ bool is_external);
void OnDidDeleteOutOfProcessPepperInstance(int plugin_child_id,
- int32 pp_instance);
+ int32 pp_instance,
+ bool is_external);
void OnOpenChannelToPpapiBroker(int routing_id,
int request_id,
const FilePath& path);

Powered by Google App Engine
This is Rietveld 408576698