Index: net/base/load_flags_list.h |
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h |
index 242a3de5ecb6d47bd5746aaa289df89b9c8fbe00..aeaca854ec007867185cc446db3331dead5086c3 100644 |
--- a/net/base/load_flags_list.h |
+++ b/net/base/load_flags_list.h |
@@ -114,3 +114,7 @@ LOAD_FLAG(IGNORE_LIMITS, 1 << 25) |
// default credentials may still be used for authentication. |
LOAD_FLAG(DO_NOT_PROMPT_FOR_LOGIN, 1 << 26) |
+// Indicates that the operation is somewhat likely to be due to an |
+// explicit user action. This can be used as a hint to treat the |
+// request with higher priority. |
+LOAD_FLAG(MAYBE_USER_GESTURE, 1 << 27) |