Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 134969) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -635,6 +635,12 @@ |
const WebKit::WebURLRequest& request, |
WebKit::WebNavigationPolicy policy) OVERRIDE; |
+ virtual void 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( |