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

Unified Diff: content/child/npapi/webplugin_delegate_impl_mac.mm

Issue 23503043: Load NPAPI plugin resources through the browser process directly instead of going through the render (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: plumb RenderView's routing IDs Created 7 years, 3 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/child/npapi/webplugin_delegate_impl_mac.mm
===================================================================
--- content/child/npapi/webplugin_delegate_impl_mac.mm (revision 222265)
+++ content/child/npapi/webplugin_delegate_impl_mac.mm (working copy)
@@ -146,11 +146,12 @@
#pragma mark Core WebPluginDelegate implementation
WebPluginDelegateImpl::WebPluginDelegateImpl(
+ WebPlugin* plugin,
PluginInstance* instance)
: windowed_handle_(gfx::kNullPluginWindow),
// all Mac plugins are "windowless" in the Windows/X11 sense
windowless_(true),
- plugin_(NULL),
+ plugin_(plugin),
instance_(instance),
quirks_(0),
use_buffer_context_(true),

Powered by Google App Engine
This is Rietveld 408576698