Index: net/http/http_server_properties.h |
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
index dc36b64508bedc2892a6a0f9103de08e02d352b7..2b1b3d2d3da903be2446d2a5f1152a57ed69b476 100644 |
--- a/net/http/http_server_properties.h |
+++ b/net/http/http_server_properties.h |
@@ -42,6 +42,8 @@ NET_EXPORT void HistogramAlternateProtocolUsage(AlternateProtocolUsage usage); |
enum BrokenAlternateProtocolLocation { |
BROKEN_ALTERNATE_PROTOCOL_LOCATION_HTTP_STREAM_FACTORY_IMPL_JOB = 0, |
BROKEN_ALTERNATE_PROTOCOL_LOCATION_QUIC_STREAM_FACTORY = 1, |
+ BROKEN_ALTERNATE_PROTOCOL_LOCATION_HTTP_STREAM_FACTORY_IMPL_JOB_ALT = 2, |
+ BROKEN_ALTERNATE_PROTOCOL_LOCATION_HTTP_STREAM_FACTORY_IMPL_JOB_MAIN = 3, |
BROKEN_ALTERNATE_PROTOCOL_LOCATION_MAX, |
}; |