| Index: net/http/http_server_properties_impl.cc
|
| diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc
|
| index 11f5e3fbf397b9649250d1609e106a90415eb2bc..0d38640b1cd0d78f39ccc3b0d842dad5d3a3bb34 100644
|
| --- a/net/http/http_server_properties_impl.cc
|
| +++ b/net/http/http_server_properties_impl.cc
|
| @@ -447,7 +447,8 @@ bool HttpServerPropertiesImpl::SetAlternativeServices(
|
| // TODO(rch): Consider the case where multiple requests are started
|
| // before the first completes. In this case, only one of the jobs
|
| // would reach this code, whereas all of them should should have.
|
| - HistogramAlternateProtocolUsage(ALTERNATE_PROTOCOL_USAGE_MAPPING_MISSING);
|
| + HistogramAlternateProtocolUsage(ALTERNATE_PROTOCOL_USAGE_MAPPING_MISSING,
|
| + false);
|
| }
|
|
|
| // If this host ends with a canonical suffix, then set it as the
|
|
|