Chromium Code Reviews| Index: chrome/browser/toolbar_model.cc |
| =================================================================== |
| --- chrome/browser/toolbar_model.cc (revision 23341) |
| +++ chrome/browser/toolbar_model.cc (working copy) |
| @@ -38,7 +38,7 @@ |
| // Explicitly hide the URL for this tab. |
| url = GURL(); |
| } else if (entry) { |
| - url = entry->display_url(); |
| + url = entry->virtual_url(); |
| } |
| } |
| return net::FormatUrl(url, languages, true, UnescapeRule::NORMAL, NULL, NULL); |