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

Unified Diff: chrome/browser/net/url_info.h

Issue 420603008: Cleanup return values in chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing unused function Created 6 years, 5 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/net/firefox_proxy_settings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/url_info.h
diff --git a/chrome/browser/net/url_info.h b/chrome/browser/net/url_info.h
index e8e3408739f9026e23bd32be889a10bfdfb6d15c..8b135886538809ef4149676ca7edc3d8cdae382e 100644
--- a/chrome/browser/net/url_info.h
+++ b/chrome/browser/net/url_info.h
@@ -110,7 +110,6 @@ class UrlInfo {
return ASSIGNED == state_ || ASSIGNED_BUT_MARKED == state_;
}
bool is_marked_to_delete() const { return ASSIGNED_BUT_MARKED == state_; }
- const GURL url() const { return url_; }
bool HasUrl(const GURL& url) const {
return url_ == url;
« no previous file with comments | « chrome/browser/net/firefox_proxy_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698