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 cdb520599a9a5fc66f28422d2a6c310c2188c104..99d2be62441e1a34c4041ae8b46824e44b5a81c5 100644 |
| --- a/net/base/load_flags_list.h |
| +++ b/net/base/load_flags_list.h |
| @@ -87,5 +87,3 @@ LOAD_FLAG(DO_NOT_USE_EMBEDDED_IDENTITY, 1 << 17) |
| // TODO(rcs): Remove this flag as soon as http://crbug.com/339237 is resolved. |
| LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 18) |
|
gavinp
2015/06/16 23:54:45
I think this blank line is an error.
Adam Rice
2015/06/17 10:18:00
Removed.
|
| -// Indicates the the request is an asynchronous revalidation. |
| -LOAD_FLAG(ASYNC_REVALIDATION, 1 << 19) |