Chromium Code Reviews| Index: chrome/browser/ui/toolbar/toolbar_model.cc |
| =================================================================== |
| --- chrome/browser/ui/toolbar/toolbar_model.cc (revision 117871) |
| +++ chrome/browser/ui/toolbar/toolbar_model.cc (working copy) |
| @@ -86,7 +86,7 @@ |
| WebContents* web_contents = browser_->GetSelectedWebContents(); |
| if (web_contents && web_contents->GetWebUIForCurrentState()) |
| - return !web_contents->GetWebUIForCurrentState()->should_hide_url(); |
| + return !web_contents->GetWebUIForCurrentState()->ShouldHideURL(); |
| if (entry && entry->GetURL().SchemeIs(chrome::kExtensionScheme)) |
| return false; |