| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 63bc2248195d4f2f18ba67cc9789c73461c37327..bbbbcf05b0cde8dc63877a62139856b881657d48 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12885,6 +12885,9 @@ other types of suffix sets.
|
| </histogram>
|
|
|
| <histogram name="Net.SocketReceiveBufferUnchangeable" units="Bytes">
|
| + <obsolete>
|
| + Replaced by Net.SocketUnchangeableReceiveBuffer 3/31/2014.
|
| + </obsolete>
|
| <owner>jar@chromium.org</owner>
|
| <summary>
|
| The size of a socket's receive buffer when the attempt to change it via
|
| @@ -12957,6 +12960,14 @@ 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>
|
|
|