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) |