| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 136022)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -637,6 +637,12 @@
|
| const WebKit::WebURLRequest& request,
|
| WebKit::WebNavigationPolicy policy) OVERRIDE;
|
|
|
| + virtual bool CreatePepperHostDispatcher(
|
| + const FilePath& plugin_path,
|
| + int plugin_child_id,
|
| + base::ProcessHandle plugin_process_handle,
|
| + const IPC::ChannelHandle& channel_handle) OVERRIDE;
|
| +
|
| // webkit_glue::WebPluginPageDelegate implementation -------------------------
|
|
|
| virtual webkit::npapi::WebPluginDelegate* CreatePluginDelegate(
|
|
|