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

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

Issue 9968097: Browser Plugin: Renderer-side changes (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed unnecessary include and forward declaration. Created 8 years, 8 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
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 4597cb48e86c45a197fd11d2b4c93eee0a46c7de..ab0a2fa386bac7bcb8e279e009cc6a5fcb08b8f0 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
@@ -97,6 +97,11 @@ class PepperPluginDelegateImpl
const webkit::WebPluginInfo& webplugin_info,
bool* pepper_plugin_was_registered);
+ CONTENT_EXPORT scoped_refptr<webkit::ppapi::PluginModule>
jam 2012/04/06 21:05:23 nit: are you sure you need CONTENT_EXPORT (i.e. ar
Fady Samuel 2012/04/06 22:46:32 Nope, remnant of an earlier revision of the code w
+ CreateBrowserPluginModule(
jam 2012/04/06 21:05:23 add comment for this function (see the rest of the
Fady Samuel 2012/04/06 22:46:32 Done.
+ 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.

Powered by Google App Engine
This is Rietveld 408576698