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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1139843002: HttpServerProperties - Track UpdatePrefs callers. In offical builds, on (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments for patch set 2 Created 5 years, 7 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
« no previous file with comments | « net/http/http_server_properties_manager_unittest.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 49b27f0ed62b46c8f3a2767c19f25f6c209518fc..2b1938851719adbc19274bb357345ce460ef95af 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19152,6 +19152,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.HttpServerProperties.UpdatePrefs"
+ enum="HttpServerPropertiesUpdatePrefsLocation">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The location in http_server_properties_manager.cc where UpdatePrefs was
+ called.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpSocketType" enum="HttpSocketType">
<obsolete>
Deprecated as of 03/2015.
@@ -53796,6 +53805,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="505" label="505: HTTP Version Not Supported"/>
</enum>
+<enum name="HttpServerPropertiesUpdatePrefsLocation" type="int">
+ <int value="0" label="SUPPORTS_SPDY"/>
+ <int value="1" label="HTTP_11_REQUIRED"/>
+ <int value="2" label="SET_ALTERNATIVE_SERVICE"/>
+ <int value="3" label="MARK_ALTERNATIVE_SERVICE_BROKEN"/>
+ <int value="4" label="MARK_ALTERNATIVE_SERVICE_RECENTLY_BROKEN"/>
+ <int value="5" label="CONFIRM_ALTERNATIVE_SERVICE"/>
+ <int value="6" label="CLEAR_ALTERNATIVE_SERVICE"/>
+ <int value="7" label="SET_SPDY_SETTING"/>
+ <int value="8" label="CLEAR_SPDY_SETTINGS"/>
+ <int value="9" label="CLEAR_ALL_SPDY_SETTINGS"/>
+ <int value="10" label="SET_SUPPORTS_QUIC"/>
+ <int value="11" label="SET_SERVER_NETWORK_STATS"/>
+ <int value="12" label="DETECTED_CORRUPTED_PREFS"/>
+</enum>
+
<enum name="HttpSocketType" type="int">
<int value="0" label="UNUSED">newly connected socket</int>
<int value="1" label="UNUSED_IDLE">
« no previous file with comments | « net/http/http_server_properties_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698