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

Unified Diff: content/common/url_fetcher.cc

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
Index: content/common/url_fetcher.cc
===================================================================
--- content/common/url_fetcher.cc (revision 96549)
+++ content/common/url_fetcher.cc (working copy)
@@ -1029,6 +1029,10 @@
core_->Start();
}
+const GURL& URLFetcher::original_url() const {
+ return core_->original_url_;
+}
+
const GURL& URLFetcher::url() const {
return core_->url_;
}

Powered by Google App Engine
This is Rietveld 408576698