diff options
Diffstat (limited to 'chrome/browser/dom_ui/new_tab_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h index 3584954..092cdb4 100644 --- a/chrome/browser/dom_ui/new_tab_ui.h +++ b/chrome/browser/dom_ui/new_tab_ui.h @@ -290,7 +290,7 @@ class NewTabUIContents : public DOMUIHost { // WebContents overrides. // Overriden to force the title of the page to forced_title_. - virtual bool Navigate(const NavigationEntry& entry, bool reload); + virtual bool NavigateToPendingEntry(bool reload); // We don't want a favicon on the new tab page. virtual bool ShouldDisplayFavIcon() { return false; } // The bookmark bar is always visible on the new tab. |