Index: content/renderer/render_view_impl.cc |
=================================================================== |
--- content/renderer/render_view_impl.cc (revision 134969) |
+++ content/renderer/render_view_impl.cc (working copy) |
@@ -3595,6 +3595,17 @@ |
#endif |
} |
+void RenderViewImpl::CreatePepperHostDispatcher( |
+ const FilePath& plugin_path, |
+ int plugin_child_id, |
+ base::ProcessHandle plugin_process_handle, |
+ const IPC::ChannelHandle& channel_handle) { |
+ pepper_delegate_.CreatePepperHostDispatcher(plugin_path, |
+ plugin_child_id, |
+ plugin_process_handle, |
+ channel_handle); |
+} |
+ |
void RenderViewImpl::EvaluateScript(const string16& frame_xpath, |
const string16& jscript, |
int id, |