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

Unified Diff: content/public/common/url_fetcher.h

Issue 8416020: Handle additional feedback from http://codereview.chromium.org/8395038/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: content/public/common/url_fetcher.h
===================================================================
--- content/public/common/url_fetcher.h (revision 107626)
+++ content/public/common/url_fetcher.h (working copy)
@@ -188,10 +188,10 @@
net::URLRequestContextGetter* request_context_getter) = 0;
// Return the URL that we were asked to fetch.
- virtual const GURL& GetOriginalUrl() const = 0;
+ virtual const GURL& GetOriginalURL() const = 0;
// Return the URL that this fetcher is processing.
- virtual const GURL& GetUrl() const = 0;
+ virtual const GURL& GetURL() const = 0;
// The status of the URL fetch.
virtual const net::URLRequestStatus& GetStatus() const = 0;

Powered by Google App Engine
This is Rietveld 408576698