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

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

Issue 339003002: Add new metrics to rappor.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recording time Created 6 years, 6 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 | « no previous file | 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 4d2651d62c19b852742e539518db6d806f2dd693..743f98a214a0c51248d6b518bc15732f30e20ad3 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -19,18 +19,43 @@ TODO(holte): Add validation and pretty printing scripts.
<rappor-metrics>
+<rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that might be doing ad injection.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE">
+ <owner>holte@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL for the default search engine.
+ Recorded when a profile is opened or after a profile reset.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE">
+ <owner>holte@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL of the first page opened on startup.
+ Recorded when a profile is loaded if preferences specify a fixed set of URLs
+ to open on startup.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE">
<owner>holte@chromium.org</owner>
<summary>
- The eTLD+1 of the prefs::kHomePage setting. Only recorded if the URL is
- valid and prefs::kHomePageIsNewTabPage is false.
+ The eTLD+1 of the prefs::kHomePage setting. Recorded when a profile is
+ loaded if the URL is valid and prefs::kHomePageIsNewTabPage is false.
</summary>
</rappor-metric>
-<rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE">
- <owner>rdevlin.cronin@chromium.org</owner>
+<rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE">
+ <owner>holte@chromium.org</owner>
<summary>
- The eTLD+1 of a URL that might be doing ad injection.
+ The domain and registry of the URL chrome://newtab is rewritten to.
+ Recorded when a profile is loaded, if the URL is valid.
</summary>
</rappor-metric>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698