| Index: chrome/browser/tab_contents/navigation_controller.cc
|
| diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc
|
| index 139ddb5b59c8797a59abd09bc880e92e40b39658..244f2518b0a4fb2dc390bba6faca980116ad18ac 100644
|
| --- a/chrome/browser/tab_contents/navigation_controller.cc
|
| +++ b/chrome/browser/tab_contents/navigation_controller.cc
|
| @@ -362,7 +362,7 @@ NavigationEntry* NavigationController::CreateNavigationEntry(
|
|
|
| NavigationEntry* entry = new NavigationEntry(NULL, -1, loaded_url, referrer,
|
| string16(), transition);
|
| - entry->set_display_url(url);
|
| + entry->set_virtual_url(url);
|
| entry->set_user_typed_url(url);
|
| if (url.SchemeIsFile()) {
|
| std::wstring languages = profile()->GetPrefs()->GetString(
|
|
|