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