| 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..8e09a8bca0683a7e0fbc326bcacedc3c18bc30ba 100644
|
| --- a/net/base/load_flags_list.h
|
| +++ b/net/base/load_flags_list.h
|
| @@ -86,6 +86,3 @@ LOAD_FLAG(DO_NOT_USE_EMBEDDED_IDENTITY, 1 << 17)
|
| // reduction proxy.
|
| // TODO(rcs): Remove this flag as soon as http://crbug.com/339237 is resolved.
|
| LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 18)
|
| -
|
| -// Indicates the the request is an asynchronous revalidation.
|
| -LOAD_FLAG(ASYNC_REVALIDATION, 1 << 19)
|
|
|