Skip to content

Commit

Permalink
Add enum SSLProtocolNegotiation values.
Browse files Browse the repository at this point in the history
Add HTTP/2 (final) protocol values to SSLProtocolNegotiation enum.  See
https://code.google.com/p/chromium/codesearch#chromium/src/net/socket/next_proto.h
for where the numbers come from.

BUG=

Review URL: https://codereview.chromium.org/1066803009

Cr-Commit-Position: refs/heads/master@{#326170}
  • Loading branch information
bnc authored and Commit bot committed Apr 21, 2015
1 parent 9d8789c commit aa2aa19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62361,20 +62361,23 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="102" label="ALPN, SPDY 3.1"/>
<int value="103" label="ALPN, HTTP/2 draft-14"/>
<int value="104" label="ALPN, HTTP/2 draft-15"/>
<int value="107" label="ALPN, HTTP/2"/>
<int value="200" label="ALPN, QUIC/1 + SPDY/3"/>
<int value="501" label="NPN, HTTP/1.1"/>
<int value="600" label="NPN, SPDY 2.0"/>
<int value="601" label="NPN, SPDY 3.0"/>
<int value="602" label="NPN, SPDY 3.1"/>
<int value="603" label="NPN, HTTP/2 draft-14"/>
<int value="604" label="NPN, HTTP/2 draft-15"/>
<int value="607" label="NPN, HTTP/2"/>
<int value="700" label="NPN, QUIC/1 + SPDY/3"/>
<int value="1001" label="NPN, fallback to HTTP/1.1"/>
<int value="1100" label="NPN, fallback to SPDY 2.0"/>
<int value="1101" label="NPN, fallback to SPDY 3.0"/>
<int value="1102" label="NPN, fallback to SPDY 3.1"/>
<int value="1103" label="NPN, fallback to HTTP/2 draft-14"/>
<int value="1104" label="NPN, fallback to HTTP/2 draft-15"/>
<int value="1107" label="NPN, fallback to HTTP/2"/>
<int value="1200" label="NPN, fallback to QUIC/1 + SPDY/3"/>
</enum>

Expand Down

0 comments on commit aa2aa19

Please sign in to comment.