diff options
-rw-r--r-- | net/base/load_flags_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h index 3217d76..ff5e609 100644 --- a/net/base/load_flags_list.h +++ b/net/base/load_flags_list.h @@ -36,7 +36,7 @@ LOAD_FLAG(DISABLE_INTERCEPT, 1 << 5) // If present, upload progress messages should be provided to initiator. LOAD_FLAG(ENABLE_UPLOAD_PROGRESS, 1 << 6) -// If present, collect load timing for the request.
+// If present, collect load timing for the request. LOAD_FLAG(ENABLE_LOAD_TIMING, 1 << 7) // If present, ignores certificate mismatches with the domain name. |