| Index: chrome/browser/extensions/extension_web_ui.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_web_ui.cc (revision 115228)
|
| +++ chrome/browser/extensions/extension_web_ui.cc (working copy)
|
| @@ -352,7 +352,7 @@
|
|
|
| // Don't use Reload() since |url| isn't the same as the internal URL
|
| // that NavigationController has.
|
| - tab->controller().LoadURL(
|
| + tab->GetController().LoadURL(
|
| url, content::Referrer(url, WebKit::WebReferrerPolicyDefault),
|
| content::PAGE_TRANSITION_RELOAD, std::string());
|
| }
|
|
|