Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 2137ef52cbc9a4bd0c0786b80eeda29dd3f9b2ba..587826973bcbfbe748d016f58bfc9fef81bd90c1 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -14110,24 +14110,32 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </histogram> |
| <histogram name="Net.AuthGenerateToken_basic" units="milliseconds"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
|
Alexei Svitkine (slow)
2014/09/09 18:17:09
Please restore these lines, since we have scripts
|
| + <obsolete> |
| + Deprecated 01/2011 in https://crrev.com/70740 |
| + </obsolete> |
| <summary>The time to generate a Basic HTTP authentication token.</summary> |
| </histogram> |
| <histogram name="Net.AuthGenerateToken_digest" units="milliseconds"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| + <obsolete> |
| + Deprecated 01/2011 in https://crrev.com/70740 |
| + </obsolete> |
| <summary>The time to generate a Digest HTTP authentication token.</summary> |
| </histogram> |
| <histogram name="Net.AuthGenerateToken_negotiate" units="milliseconds"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| + <obsolete> |
| + Deprecated 01/2011 in https://crrev.com/70740 |
| + </obsolete> |
| <summary> |
| The time to generate a Negotiate (or SPNEGO) HTTP authentication token. |
| </summary> |
| </histogram> |
| <histogram name="Net.AuthGenerateToken_ntlm" units="milliseconds"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| + <obsolete> |
| + Deprecated 01/2011 in https://crrev.com/70740 |
| + </obsolete> |
| <summary>The time to generate an NTLM HTTP authentication token.</summary> |
| </histogram> |