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

Unified Diff: net/url_request/url_request_job.h

Issue 1151843002: DO NOT LAND Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More. Created 5 years, 7 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: net/url_request/url_request_job.h
diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h
index e7f40823c6926876741bae206ce12cdd65a31212..d00283e7e5d729117ec2718806131bc9dfdd5602 100644
--- a/net/url_request/url_request_job.h
+++ b/net/url_request/url_request_job.h
@@ -233,10 +233,10 @@ class NET_EXPORT URLRequestJob
virtual void GetConnectionAttempts(ConnectionAttempts* out) const;
// Given |policy|, |referrer|, and |redirect_destination|, returns the
- // referrer URL mandated by |request|'s referrer policy.
- static GURL ComputeReferrerForRedirect(URLRequest::ReferrerPolicy policy,
- const std::string& referrer,
- const GURL& redirect_destination);
+ // referrer string mandated by |request|'s referrer policy.
+ static std::string ComputeReferrerForRedirect(URLRequest::ReferrerPolicy policy,
+ const std::string& referrer,
+ const GURL& redirect_destination);
protected:
friend class base::RefCounted<URLRequestJob>;

Powered by Google App Engine
This is Rietveld 408576698