Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index a86d316644ea25d8745dc10dfef98626ee641106..ca889c41b68f6ffe8a1833d4d8d70fd136dfe3b7 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -1146,7 +1146,8 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) { |
params.main_frame_routing_id); |
WebContentsViewDelegate* delegate = |
- GetContentClient()->browser()->GetWebContentsViewDelegate(this); |
+ GetContentClient()->browser()->GetWebContentsViewDelegate(this, |
+ params.context); |
if (browser_plugin_guest_) { |
scoped_ptr<WebContentsView> platform_view(CreateWebContentsView( |