| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ea1a186cee16b1b28b68603cd040533971efbc46..3517471a3fb5d79ced88ac2a64c298f3c51a2839 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12417,6 +12417,14 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.SocketReceiveBufferUnchangeable" units="Bytes">
|
| + <owner>jar@chromium.org</owner>
|
| + <summary>
|
| + The size of a socket's receive buffer when the attempt to change it via
|
| + setsockopt failed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.SocketRequestTime">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <summary>
|
| @@ -12482,14 +12490,6 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="Net.SocketUnchangeableReceiveBuffer" units="Bytes">
|
| - <owner>jar@chromium.org</owner>
|
| - <summary>
|
| - The size of a socket's receive buffer when the attempt to change it via
|
| - setsockopt failed.
|
| - </summary>
|
| -</histogram>
|
| -
|
| <histogram name="Net.SocketUnchangeableSendBuffer" units="Bytes">
|
| <owner>jar@chromium.org</owner>
|
| <summary>
|
|
|