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

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: bengr's nit 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
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..39dba196a2c550f977772dc8945e40630142a3b5 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -124,3 +124,9 @@ 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
+// https://code.google.com/p/chromium/issues/detail?id=339237
mmenke 2014/07/07 20:21:59 nit: Suggest just using "http://crbug.com/339237"
rcs 2014/07/07 22:08:49 Done.
+// is resolved.
+LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 29)

Powered by Google App Engine
This is Rietveld 408576698