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

Unified Diff: content/common/url_fetcher.h

Issue 7600003: Pre- and Auto-login should not log the user out of an already signed in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/common/url_fetcher.h
===================================================================
--- content/common/url_fetcher.h (revision 95804)
+++ content/common/url_fetcher.h (working copy)
@@ -220,6 +220,9 @@
void StartWithRequestContextGetter(
net::URLRequestContextGetter* request_context_getter);
+ // Return the URL that we were asked to fetch.
+ virtual const GURL& original_url() const;
+
// Return the URL that this fetcher is processing.
virtual const GURL& url() const;

Powered by Google App Engine
This is Rietveld 408576698