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

Unified Diff: net/base/load_flags_list.h

Issue 981633002: Created new URLRequestContext for secure proxy check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 9 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/base/load_flags_list.h
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index c090406c21e51338e8e6f09571bab50f7db99828..8d376c03db23707f80051e5993f216f74c2117ec 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -101,3 +101,6 @@ LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 21)
// Indicates the the request is an asynchronous revalidation.
LOAD_FLAG(ASYNC_REVALIDATION, 1 << 22)
+
+// Indicates that the request should only use HTTP/1.1.
+LOAD_FLAG(UNENCRYPTED_HTTP11, 1 << 23)

Powered by Google App Engine
This is Rietveld 408576698