Index: net/http/http_server_properties.h |
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
index 82c63b0dd859038ffde18e36b37ad6af4f93fb31..d3108d6af6b3bdd67ecdfeb11bbe3bff622504c3 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, |
}; |