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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1283243002: Add UMA and Rappor metrics to capture URLs passed in at startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 3f3fcf4d488573a99a212843a4a0e119b6e77131..b2a8dac8961893af969950bbbce01b5e067141fc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43179,6 +43179,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Startup.BrowserLaunchWithURLs" enum="BooleanEnabled">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ When Chrome is launched, true if it was given a command line containing URLs
Alexei Svitkine (slow) 2015/08/12 18:10:12 This is also logged if a running Chrome got a mess
+ (which starts a navigation). False if no URLs are passed in.
+ </summary>
+</histogram>
+
<histogram name="Startup.BrowserMessageLoopStartHardFaultCount" units="faults">
<owner>chrisha@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698