Chromium Code Reviews| Index: chrome/browser/navigation_controller.cc |
| =================================================================== |
| --- chrome/browser/navigation_controller.cc (revision 3749) |
| +++ chrome/browser/navigation_controller.cc (working copy) |
| @@ -542,7 +542,7 @@ |
| const std::wstring& NavigationController::GetLazyTitle() const { |
| if (pending_entry_) |
| - return pending_entry_->title(); |
| + return pending_entry_->GetTitleForDisplay(); |
| else |
| return EmptyWString(); |
| } |