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

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

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: comments 1 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..c860e932720e2b70465666f247bb4e1c1fe10082 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43179,6 +43179,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Startup.BrowserLaunchURLCount" units="urls">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ Measured when Chrome is invoked, this counts the number of URLs passed via
+ command line. Note that this handles the case of a URL passed to Chrome
+ starting up, or when a running Chrome is given the message to open a new
+ URL.
+ </summary>
+</histogram>
+
<histogram name="Startup.BrowserMessageLoopStartHardFaultCount" units="faults">
<owner>chrisha@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698