Index: content/renderer/pepper/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
index a17df04d4d159dc5c99537275fe035a8b44de110..167f79828fbfe412b82e280c907eced55173832d 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
@@ -87,6 +87,11 @@ class PepperPluginDelegateImpl |
const webkit::WebPluginInfo& webplugin_info, |
bool* pepper_plugin_was_registered); |
+ CONTENT_EXPORT scoped_refptr<webkit::ppapi::PluginModule> |
+ CreateBrowserPluginModule( |
+ base::ProcessHandle process_handle, |
+ const IPC::ChannelHandle& channel_handle); |
+ |
// Called by RenderView to tell us about painting events, these two functions |
// just correspond to the WillInitiatePaint, DidInitiatePaint and |
// DidFlushPaint hooks in RenderView. |