Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3490)

Unified Diff: chrome/browser/navigation_entry.h

Issue 8973: Unescape and use the filename when we have no title to display for a given en... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/navigation_controller.cc ('k') | chrome/browser/navigation_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/navigation_entry.h
===================================================================
--- chrome/browser/navigation_entry.h (revision 4245)
+++ chrome/browser/navigation_entry.h (working copy)
@@ -220,7 +220,6 @@
// the user.
void set_url(const GURL& url) {
url_ = url;
- url_as_string_ = UTF8ToWide(url_.spec());
}
const GURL& url() const {
return url_;
@@ -373,7 +372,6 @@
GURL url_;
GURL referrer_;
- std::wstring url_as_string_;
GURL display_url_;
std::wstring title_;
FaviconStatus favicon_;
« no previous file with comments | « chrome/browser/navigation_controller.cc ('k') | chrome/browser/navigation_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698