Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Issue 56045: A patch for bug 7871 (Closed)

Created:
11 years, 9 months ago by Paul Robinson
Modified:
9 years, 7 months ago
Reviewers:
brettw, Evan Stade
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

This is a patch for bug 7871. This is a change to BackForwardMenuModel::GetItemLabel to use NavigationEntry::GetTitleForDisplay rather than NavigationEntry::title. For File NavigationEntries the title is stored in the cached_display_title rather than the title. BUG=7871

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M chrome/browser/back_forward_menu_model.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Evan Stade
Thanks for the patch. http://codereview.chromium.org/56045/diff/1/2 File chrome/browser/back_forward_menu_model.cc (right): http://codereview.chromium.org/56045/diff/1/2#newcode225 Line 225: return UTF16ToWideHack(entry->GetTitleForDisplay(NULL)); you need ...
11 years, 8 months ago (2009-03-30 07:18:06 UTC) #1
Paul Robinson
Added the NavigationController into the call to GetTitleForDisplay
11 years, 8 months ago (2009-03-30 17:58:57 UTC) #2
Evan Stade
11 years, 8 months ago (2009-03-30 23:11:08 UTC) #3
committed in r12819

Powered by Google App Engine
This is Rietveld 408576698