Chromium Code Reviews| Index: chrome/browser/favicon/favicon_tab_helper.cc |
| =================================================================== |
| --- chrome/browser/favicon/favicon_tab_helper.cc (revision 117871) |
| +++ chrome/browser/favicon/favicon_tab_helper.cc (working copy) |
| @@ -82,7 +82,7 @@ |
| WebUI* web_ui = web_contents()->GetWebUIForCurrentState(); |
| if (web_ui) |
| - return !web_ui->hide_favicon(); |
| + return !web_ui->ShouldHideFavicon(); |
| return true; |
| } |