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

Unified Diff: net/url_request/url_request_http_job.h

Issue 2053693002: WIP: Move 'Upgrade-Insecure-Requests' to the browser process. Base URL: https://chromium.googlesource.com/chromium/src.git@replicate
Patch Set: Not sure I like this. Created 4 years 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_http_job.h
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index 26ad8d2797512d8da5d43bb501c36a0811356366..628d462b990ee5eb02513f895b3f6dd3d20bf93b 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -63,6 +63,7 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob {
void Kill() override;
void GetConnectionAttempts(ConnectionAttempts* out) const override;
std::unique_ptr<SourceStream> SetUpSourceStream() override;
+ RedirectInfo ComputeRedirectInfo(const GURL& location, int http_status_code) override;
RequestPriority priority() const {
return priority_;

Powered by Google App Engine
This is Rietveld 408576698