| 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);
|
|
|