| Index: chrome/browser/tab_contents/navigation_controller.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/navigation_controller.cc (revision 23341)
|
| +++ chrome/browser/tab_contents/navigation_controller.cc (working copy)
|
| @@ -362,7 +362,7 @@
|
|
|
| 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(
|
|
|