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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1016873002: Record forced alternative service histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: MSVC doesn't like implicit pointer to bool conversion. Created 5 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
« no previous file with comments | « net/http/http_server_properties_impl.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 35c3c071a86a9d8d52a18c6df008a67fe2997faa..d732c698793576be476dbc6a5330bd0ee4919d0f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17718,6 +17718,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.ForceAlternativeService" enum="BooleanForced">
+ <owner>bnc@chromium.org</owner>
+ <summary>
+ Track usage of alternative services forced by the force-alt-protocols
+ command line flag. Triggered each time alternative services are queried for
+ a given origin and the command line flag would make a difference (that is,
+ there is no advertised alternative service for that origin).
+ </summary>
+</histogram>
+
<histogram name="Net.FoundSystemTrustRootsAndroid" enum="Boolean">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -45048,6 +45058,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Expired"/>
</enum>
+<enum name="BooleanForced" type="int">
+ <int value="0" label="Not forced"/>
+ <int value="1" label="Forced"/>
+</enum>
+
<enum name="BooleanForceDisabled" type="int">
<int value="0" label="Not Force Disabled"/>
<int value="1" label="Force Disabled"/>
« no previous file with comments | « net/http/http_server_properties_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698