Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 133072) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -632,6 +632,12 @@ |
const WebKit::WebURLRequest& request, |
WebKit::WebNavigationPolicy policy) OVERRIDE; |
+ virtual void CreateHostDispatcher( |
+ const FilePath& plugin_path, |
+ int plugin_child_id, |
+ base::ProcessHandle plugin_process_handle, |
+ const std::string& channel_handle_name) OVERRIDE; |
+ |
// webkit_glue::WebPluginPageDelegate implementation ------------------------- |
virtual webkit::npapi::WebPluginDelegate* CreatePluginDelegate( |