diff options
Diffstat (limited to 'chrome/browser/background_contents_service.cc')
-rw-r--r-- | chrome/browser/background_contents_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/background_contents_service.cc b/chrome/browser/background_contents_service.cc index 654a0a1..3c0e003 100644 --- a/chrome/browser/background_contents_service.cc +++ b/chrome/browser/background_contents_service.cc @@ -196,7 +196,7 @@ void BackgroundContentsService::CreateBackgroundContents( RenderViewHost* render_view_host = contents->render_view_host(); // TODO(atwilson): Create RenderViews asynchronously to avoid increasing // startup latency (http://crbug.com/47236). - render_view_host->CreateRenderView(profile->GetRequestContext(), frame_name); + render_view_host->CreateRenderView(frame_name); render_view_host->NavigateToURL(url); } |