Commit 18fd2272 authored by cbentzel's avatar cbentzel Committed by Commit bot

Remove Net.AuthGenerateToken histograms from histograms.xml

These were removed from the code in 2011 as seen in https://crrev.com/70740

Review URL: https://codereview.chromium.org/553083002

Cr-Commit-Position: refs/heads/master@{#293996}
parent 1973f0b6
...@@ -14120,16 +14120,25 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -14120,16 +14120,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram> </histogram>
<histogram name="Net.AuthGenerateToken_basic" units="milliseconds"> <histogram name="Net.AuthGenerateToken_basic" units="milliseconds">
<obsolete>
Deprecated 01/2011 in https://crrev.com/70740
</obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The time to generate a Basic HTTP authentication token.</summary> <summary>The time to generate a Basic HTTP authentication token.</summary>
</histogram> </histogram>
<histogram name="Net.AuthGenerateToken_digest" units="milliseconds"> <histogram name="Net.AuthGenerateToken_digest" units="milliseconds">
<obsolete>
Deprecated 01/2011 in https://crrev.com/70740
</obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The time to generate a Digest HTTP authentication token.</summary> <summary>The time to generate a Digest HTTP authentication token.</summary>
</histogram> </histogram>
<histogram name="Net.AuthGenerateToken_negotiate" units="milliseconds"> <histogram name="Net.AuthGenerateToken_negotiate" units="milliseconds">
<obsolete>
Deprecated 01/2011 in https://crrev.com/70740
</obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary> <summary>
The time to generate a Negotiate (or SPNEGO) HTTP authentication token. The time to generate a Negotiate (or SPNEGO) HTTP authentication token.
...@@ -14137,6 +14146,9 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -14137,6 +14146,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram> </histogram>
<histogram name="Net.AuthGenerateToken_ntlm" units="milliseconds"> <histogram name="Net.AuthGenerateToken_ntlm" units="milliseconds">
<obsolete>
Deprecated 01/2011 in https://crrev.com/70740
</obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The time to generate an NTLM HTTP authentication token.</summary> <summary>The time to generate an NTLM HTTP authentication token.</summary>
</histogram> </histogram>
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