commit | 2cb3a595cd1ec4cec303639667d5a9977346f9b8 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Fri May 17 02:34:16 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 17 11:58:08 2019 -0700 |
tree | 8797cfd086f830cf008fd418d0bfee8ba712e765 | |
parent | 601f67857b99302f77270911ef9610be18e0c577 [diff] |
Prevent include failures of quic_flag_utils We've had quiche merge failures due to missing includes because in google3 quic_flags ends up including quic_flag_utils but not in Chromium. This ensures inclusion in the api header to make sure behavior is consistent between google3 and Chromium. This is also useful because it is very common for code that uses flags to also want to use flag counts. gfe-relnote: n/a, compile-only PiperOrigin-RevId: 248687080 Change-Id: I0a163bb06d4b4a8ecc1747245214f329ba565ba3
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.