| Index: chrome/browser/background_contents_service.cc
|
| ===================================================================
|
| --- chrome/browser/background_contents_service.cc (revision 56788)
|
| +++ chrome/browser/background_contents_service.cc (working copy)
|
| @@ -178,7 +178,7 @@
|
| 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);
|
| }
|
|
|
|
|