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

Unified Diff: net/base/load_flags_list.h

Issue 332313003: Add Finch experiment for selectively bypassing proxies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: somehow missed a chromeos ResolveProxy invocation Created 6 years, 5 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 | « jingle/glue/proxy_resolving_client_socket.cc ('k') | net/base/network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_flags_list.h
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index 2d004886d1c53f15c2725a9a22b90657e0fca300..f491baf9ea69fb12dcc5d0d97d92e2194dc6a4f0 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -124,3 +124,7 @@ LOAD_FLAG(MAYBE_USER_GESTURE, 1 << 27)
// be honored, but that other forms of authority may be used.
LOAD_FLAG(DO_NOT_USE_EMBEDDED_IDENTITY, 1 << 28)
+// Send request directly to the origin if the effective proxy is the data
+// reduction proxy.
+// TODO(rcs): Remove this flag as soon as http://crbug.com/339237 is resolved.
+LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 29)
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.cc ('k') | net/base/network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698