| Index: chrome/browser/background/background_contents_service.cc
|
| ===================================================================
|
| --- chrome/browser/background/background_contents_service.cc (revision 115228)
|
| +++ chrome/browser/background/background_contents_service.cc (working copy)
|
| @@ -455,7 +455,7 @@
|
|
|
| // TODO(atwilson): Create RenderViews asynchronously to avoid increasing
|
| // startup latency (http://crbug.com/47236).
|
| - contents->tab_contents()->controller().LoadURL(
|
| + contents->tab_contents()->GetController().LoadURL(
|
| url, content::Referrer(), content::PAGE_TRANSITION_LINK, std::string());
|
| }
|
|
|
|
|