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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1349163008: Setting chrome as the default browser is now fixed on Windows 10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 0116bbedb3bb88baf7997c1803f64c528c4fbb37..23665c9fd6aba6969eaa60dbeeb3e66edf8f15d1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1810,6 +1810,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="AsyncSetAsDefault.Duration" units="milliseconds">
Alexei Svitkine (slow) 2015/09/22 15:20:43 The AsyncSetAsDefault top-level prefix doesn't sou
Patrick Monette 2015/09/22 17:11:09 Done.
+ <owner>pmonette@chromium.org</owner>
+ <summary>
+ How long it took to set Chrome as the default browser asynchronously in
+ Windows 10+.
+ </summary>
+</histogram>
+
+<histogram name="AsyncSetAsDefault.Success">
+ <owner>pmonette@chromium.org</owner>
+ <summary>
+ The count of how many times users were successfully able to set Chrome as
+ the default browser asynchronously in Windows 10+.
+ </summary>
+</histogram>
+
<histogram name="Aura.CreatedGpuBrowserCompositor" enum="CompositorType">
<owner>jbauman@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698