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

Unified Diff: components/plugins/renderer/plugin_placeholder.cc

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 6 years, 6 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: components/plugins/renderer/plugin_placeholder.cc
diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc
index f7cbc77f3b6b874166a5ab0946f69bb504d1b6cd..bccf11348acac69c3227275cbf08fadabfba8f25 100644
--- a/components/plugins/renderer/plugin_placeholder.cc
+++ b/components/plugins/renderer/plugin_placeholder.cc
@@ -50,6 +50,7 @@ PluginPlaceholder::PluginPlaceholder(content::RenderFrame* render_frame,
frame_(frame),
plugin_params_(params),
plugin_(WebViewPlugin::Create(this,
+ render_frame->GetRenderView(),
render_frame->GetWebkitPreferences(),
html_data,
placeholderDataUrl)),

Powered by Google App Engine
This is Rietveld 408576698