Define HTTP2_FLAG_COUNT and use it for http2_varint_decode_64_bits.
This CL lands server change 221616382 by bnc.
BUG=488484
Change-Id: I2f8d913b85d57a565da11572e8dc87b6c3a6495b
Reviewed-on: https://chromium-review.googlesource.com/c/1341092
Reviewed-by: Dianna Hu <[email protected]>
Commit-Queue: Ryan Hamilton <[email protected]>
Cr-Commit-Position: refs/heads/master@{#611350}
diff --git a/net/BUILD.gn b/net/BUILD.gn
index d68ec8c4..a4dd3b9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1209,6 +1209,7 @@
"third_party/http2/http2_structures.h",
"third_party/http2/platform/api/http2_arraysize.h",
"third_party/http2/platform/api/http2_export.h",
+ "third_party/http2/platform/api/http2_flag_utils.h",
"third_party/http2/platform/api/http2_flags.h",
"third_party/http2/platform/api/http2_optional.h",
"third_party/http2/platform/api/http2_ptr_util.h",
@@ -1218,6 +1219,7 @@
"third_party/http2/platform/api/http2_string_utils.h",
"third_party/http2/platform/impl/http2_arraysize_impl.h",
"third_party/http2/platform/impl/http2_export_impl.h",
+ "third_party/http2/platform/impl/http2_flag_utils_impl.h",
"third_party/http2/platform/impl/http2_flags_impl.cc",
"third_party/http2/platform/impl/http2_flags_impl.h",
"third_party/http2/platform/impl/http2_optional_impl.h",