Index: tools/metrics/rappor/rappor.xml |
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml |
index 0c9da723d43f665146eb84ea08550d9a15e6f085..fa97eb0df4743bc6db96f7f566b5c90f4c9cb8fc 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,13 @@ 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 to be launched at Chrome startup. |
+ </summary> |
+</rappor-metric> |
+ |
<rappor-metric name="WebComponents.DocumentRegisterElement" |
type="ETLD_PLUS_ONE"> |
<owner>kojii@chromium.org</owner> |