Commit 7de6fe02 authored by holte@chromium.org's avatar holte@chromium.org

Add new metrics to rappor.xml

BUG=381325

Review URL: https://codereview.chromium.org/339003002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278035 0039d316-1c4b-4281-b951-d872f2087c98
parent 0642d436
...@@ -19,18 +19,43 @@ TODO(holte): Add validation and pretty printing scripts. ...@@ -19,18 +19,43 @@ TODO(holte): Add validation and pretty printing scripts.
<rappor-metrics> <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"> <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE">
<owner>holte@chromium.org</owner> <owner>holte@chromium.org</owner>
<summary> <summary>
The eTLD+1 of the prefs::kHomePage setting. Only recorded if the URL is The eTLD+1 of the prefs::kHomePage setting. Recorded when a profile is
valid and prefs::kHomePageIsNewTabPage is false. loaded if the URL is valid and prefs::kHomePageIsNewTabPage is false.
</summary> </summary>
</rappor-metric> </rappor-metric>
<rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE">
<owner>rdevlin.cronin@chromium.org</owner> <owner>holte@chromium.org</owner>
<summary> <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> </summary>
</rappor-metric> </rappor-metric>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment