| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index 34f8446b24925d7d2fe8458ab170ad0fea6dc4fe..9cb64478d585083d666e2589f870d15db6fd1d18 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -634,10 +634,7 @@ void BackgroundContentsService::LoadBackgroundContents(
|
| std::string(),
|
| NULL);
|
|
|
| - // TODO(atwilson): Create RenderViews asynchronously to avoid increasing
|
| - // startup latency (http://crbug.com/47236).
|
| - contents->web_contents()->GetController().LoadURL(
|
| - url, content::Referrer(), ui::PAGE_TRANSITION_LINK, std::string());
|
| + contents->CreateRenderViewSoon(url);
|
| }
|
|
|
| BackgroundContents* BackgroundContentsService::CreateBackgroundContents(
|
|
|