Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1545)

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.h

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merged with Tip-of-Tree Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/guest_to_host_channel.cc ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/renderer/guest_to_host_channel.cc ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698