Chromium Code Reviews| 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..cba627491b69899f1bc3aeae572f03df4f813df4 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. |
|
mmenke
2014/07/08 15:27:53
nit: Capitalize remove
rcs
2014/07/08 17:31:13
Done.
|
| +LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 29) |