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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 211213003: Fix spelling in histogtrams.xml;comment in header; format in cc file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« net/udp/udp_socket_win.cc ('K') | « net/udp/udp_socket_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« net/udp/udp_socket_win.cc ('K') | « net/udp/udp_socket_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698