| Index: content/child/site_isolation_stats_gatherer.cc
|
| diff --git a/content/child/site_isolation_stats_gatherer.cc b/content/child/site_isolation_stats_gatherer.cc
|
| index c51640eb393ac9343c0b066e2ea36e7ae6b66613..7973abc185a312742702c133d51d7bdb7a3ea0ce 100644
|
| --- a/content/child/site_isolation_stats_gatherer.cc
|
| +++ b/content/child/site_isolation_stats_gatherer.cc
|
| @@ -68,7 +68,7 @@ void HistogramCountBlockedResponse(
|
|
|
| if (renderable_status_code) {
|
| IncrementHistogramEnum(
|
| - bucket_prefix + block_label + ".RenderableStatusCode",
|
| + bucket_prefix + block_label + ".RenderableStatusCode2",
|
| resp_data->resource_type, RESOURCE_TYPE_LAST_TYPE);
|
| } else {
|
| IncrementHistogramCount(bucket_prefix + block_label +
|
|
|