| Index: content/browser/ppapi_plugin_process_host.h
|
| diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
|
| index 3f90d3025dc741653a74a4ca8e0290500fd4bf0d..ece3e083319f3bed603f5cf0dcce3351169ab3f8 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -84,9 +84,10 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate,
|
| static void DidCreateOutOfProcessInstance(
|
| int plugin_process_id,
|
| int32 pp_instance,
|
| - const PepperRendererInstanceData& instance_data);
|
| + const PepperRendererInstanceData& instance_data,
|
| + IPC::Sender* renderer_sender);
|
|
|
| - // The opposite of DIdCreate... above.
|
| + // The opposite of DidCreate... above.
|
| static void DidDeleteOutOfProcessInstance(int plugin_process_id,
|
| int32 pp_instance);
|
|
|
|
|