Commit 62fd25c5 authored by Adam Rice's avatar Adam Rice Committed by Commit Bot

Mark Net.AsyncRevalidation histograms as obsolete

I removed these histograms in March 2017 in
https://codereview.chromium.org/2764683002 but I forgot to mark them as
obsolete in histograms.xml.

Mark them as obsolete.

BUG=700568

Change-Id: I76e83d25ea45488ae8631c6402171dda3e61f987
Reviewed-on: https://chromium-review.googlesource.com/1161719Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580820}
parent ad431de2
...@@ -49123,6 +49123,9 @@ uploading your change for review. ...@@ -49123,6 +49123,9 @@ uploading your change for review.
</histogram> </histogram>
<histogram name="Net.AsyncRevalidation.ReadError" enum="NetErrorCodes"> <histogram name="Net.AsyncRevalidation.ReadError" enum="NetErrorCodes">
<obsolete>
Removed in March 2017. See https://crbug.com/700568.
</obsolete>
<owner>ricea@chromium.org</owner> <owner>ricea@chromium.org</owner>
<summary> <summary>
Counts of error codes received while reading the body of an async Counts of error codes received while reading the body of an async
...@@ -49132,6 +49135,9 @@ uploading your change for review. ...@@ -49132,6 +49135,9 @@ uploading your change for review.
</histogram> </histogram>
<histogram name="Net.AsyncRevalidation.ResponseError" enum="NetErrorCodes"> <histogram name="Net.AsyncRevalidation.ResponseError" enum="NetErrorCodes">
<obsolete>
Removed in March 2017. See https://crbug.com/700568.
</obsolete>
<owner>ricea@chromium.org</owner> <owner>ricea@chromium.org</owner>
<summary> <summary>
Counts of error codes received while performing an async revalidation before Counts of error codes received while performing an async revalidation before
...@@ -49141,6 +49147,9 @@ uploading your change for review. ...@@ -49141,6 +49147,9 @@ uploading your change for review.
</histogram> </histogram>
<histogram name="Net.AsyncRevalidation.Result" enum="AsyncRevalidationResult"> <histogram name="Net.AsyncRevalidation.Result" enum="AsyncRevalidationResult">
<obsolete>
Removed in March 2017. See https://crbug.com/700568.
</obsolete>
<owner>ricea@chromium.org</owner> <owner>ricea@chromium.org</owner>
<summary> <summary>
The result of an async revalidation resulting from application of the The result of an async revalidation resulting from application of the
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment