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

Unified Diff: net/http/http_network_transaction.h

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « net/http/http_network_session.cc ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index e69e550b2aabc30fa73a94f3b189aaa9e9ad4a15..229d3971b1f37c6cfe960150841c36b848d2c15f 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -185,6 +185,10 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
// Called to handle a client certificate request.
int HandleCertificateRequest(int error);
+ // Called wherever ERR_HTTP_1_1_REQUIRED or
+ // ERR_PROXY_HTTP_1_1_REQUIRED has to be handled.
+ int HandleHttp11Required(int error);
+
// Called to possibly handle a client authentication error.
void HandleClientAuthError(int error);
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698