summaryrefslogtreecommitdiffstats
path: root/chrome/browser/navigation_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/navigation_entry.h')
-rw-r--r--chrome/browser/navigation_entry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/navigation_entry.h b/chrome/browser/navigation_entry.h
index f5ab7f6..4b21f9f 100644
--- a/chrome/browser/navigation_entry.h
+++ b/chrome/browser/navigation_entry.h
@@ -220,7 +220,6 @@ class NavigationEntry {
// 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 @@ class NavigationEntry {
GURL url_;
GURL referrer_;
- std::wstring url_as_string_;
GURL display_url_;
std::wstring title_;
FaviconStatus favicon_;