| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index f463914df53ebb06416cba47f9f3a1dedf352a80..a83908ff0cb4ae562a0ca4fe5f737c02cf8929e2 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -4372,7 +4372,7 @@ void Browser::ViewSource(TabContentsWrapper* contents,
|
| webkit_glue::RemoveScrollOffsetFromHistoryState(content_state));
|
|
|
| // Do not restore title, derive it from the url.
|
| - active_entry->set_title(string16());
|
| + active_entry->set_title(base::i18n::String16WithDirection());
|
|
|
| // Now show view-source entry.
|
| if (CanSupportWindowFeature(FEATURE_TABSTRIP)) {
|
|
|