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