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

Unified Diff: tools/metrics/rappor/rappor.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: Cast 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 0c9da723d43f665146eb84ea08550d9a15e6f085..9a9e53a937f614a68d279a7951821c00e079d851 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -31,7 +31,7 @@ components/rappor/rappor_service.cc.
<rappor-parameters name="ETLD_PLUS_ONE">
<summary>
Deprecated parameters for collecting the domain and registry of a URL from
- UMA opt-in users.
+ UMA opt-in users. Should use UMA_RAPPOR_TYPE instead.
</summary>
<parameters num-cohorts="128" bytes="16" hash-functions="2" fake-prob="0.5"
fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25"
@@ -545,6 +545,16 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="Startup.BrowserLaunchURL" type="UMA_RAPPOR_TYPE">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that was passed in from the command line when Chrome
+ is invoked. 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>
+</rappor-metric>
+
<rappor-metric name="WebComponents.DocumentRegisterElement"
type="ETLD_PLUS_ONE">
<owner>kojii@chromium.org</owner>
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698