Index: net/base/load_flags_list.h |
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h |
index 72792eb9aaba4ac351fc357d796d9ac5a7fa7d9f..fbc6d725472168ef95adee491b4811faffa18be1 100644 |
--- a/net/base/load_flags_list.h |
+++ b/net/base/load_flags_list.h |
@@ -125,3 +125,6 @@ LOAD_FLAG(DO_NOT_USE_EMBEDDED_IDENTITY, 1 << 27) |
// reduction proxy. |
// TODO(rcs): Remove this flag as soon as http://crbug.com/339237 is resolved. |
LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 28) |
+ |
+// Indicates the the request is an asynchronous revalidation. |
+LOAD_FLAG(ASYNC_REVALIDATION, 1 << 29) |