| Index: chrome/browser/tab_contents/interstitial_page.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/interstitial_page.cc (revision 23341)
|
| +++ chrome/browser/tab_contents/interstitial_page.cc (working copy)
|
| @@ -187,7 +187,7 @@
|
| if (new_navigation_) {
|
| NavigationEntry* entry = new NavigationEntry;
|
| entry->set_url(url_);
|
| - entry->set_display_url(url_);
|
| + entry->set_virtual_url(url_);
|
| entry->set_page_type(NavigationEntry::INTERSTITIAL_PAGE);
|
|
|
| // Give sub-classes a chance to set some states on the navigation entry.
|
|
|