Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 217573002: make SetReceiveBufferSize and SetSendBufferSize return net error codes (instead of bools) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo on Linux Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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>
« remoting/protocol/channel_multiplexer.cc ('K') | « remoting/protocol/fake_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698