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

Unified Diff: net/url_request/url_request_http_job.h

Issue 333113002: Move data reduction proxy to Chrome-Proxy header for authentication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flywheel-refactor-net-fake-a-redirect-response-headers-chrome-proxy-auth
Patch Set: Created 6 years, 6 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_http_job.h
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index d38b46281cce110df24ae573e32722cb9e418cab..0c51a6d56794fdd0ffe7a42f12ce71439be803e4 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -27,6 +27,7 @@ class HttpResponseHeaders;
class HttpResponseInfo;
class HttpTransaction;
class HttpUserAgentSettings;
+class ProxyInfo;
class UploadDataStream;
class URLRequestContext;
@@ -90,6 +91,7 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob {
void OnStartCompleted(int result);
void OnReadCompleted(int result);
void NotifyBeforeSendHeadersCallback(int result);
+ void NotifyBeforeSendProxyHeadersCallback(const ProxyInfo* proxy_info);
void RestartTransactionWithAuth(const AuthCredentials& credentials);

Powered by Google App Engine
This is Rietveld 408576698