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

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: Add test source code file to CL 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
« no previous file with comments | « chrome/common/net/gaia/gaia_urls.cc ('k') | content/common/url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/url_fetcher.h
===================================================================
--- content/common/url_fetcher.h (revision 96549)
+++ 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;
jam 2011/08/15 16:08:25 it's unfortunate that this whole class goes agains
+
// Return the URL that this fetcher is processing.
virtual const GURL& url() const;
« no previous file with comments | « chrome/common/net/gaia/gaia_urls.cc ('k') | content/common/url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698