From 1e5645ff803bf73889ced446dab5b5f81e6023c0 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Wed, 27 Aug 2008 18:09:07 +0000 Subject: Cleanup navigation_entry.h. I made the accessors consistent and in Google style, and organized and commented all the entries. Hopefully it will be much easier to find things and deal with this class. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1449 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/dom_ui/new_tab_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/dom_ui/new_tab_ui.cc') diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc index cf73d42..5a764b4 100644 --- a/chrome/browser/dom_ui/new_tab_ui.cc +++ b/chrome/browser/dom_ui/new_tab_ui.cc @@ -803,7 +803,7 @@ bool NewTabUIContents::Navigate(const NavigationEntry& entry, bool reload) { // also the pending entry. NavigationEntry* pending_entry = controller()->GetPendingEntry(); DCHECK(pending_entry && pending_entry == &entry); - pending_entry->SetTitle(forced_title_); + pending_entry->set_title(forced_title_); return result; } -- cgit v1.1