| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 213146)
|
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy)
|
| @@ -182,6 +182,13 @@
|
| virtual bool IsRunningInProcess(PP_Instance instance) const;
|
| virtual void HandleDocumentLoad(PluginInstance* instance,
|
| const WebKit::WebURLResponse& response);
|
| + virtual content::RendererPpapiHost* CreateExternalPluginModule(
|
| + scoped_refptr<PluginModule> module,
|
| + const base::FilePath& path,
|
| + ::ppapi::PpapiPermissions permissions,
|
| + const IPC::ChannelHandle& channel_handle,
|
| + base::ProcessId plugin_pid,
|
| + int plugin_child_id);
|
| };
|
|
|
| } // namespace ppapi
|
|
|