Commit 1bd04004 authored by timvolodine's avatar timvolodine Committed by Commit bot

Add metrics to rappor.xml for Device Motion and Device Orientation.

This patch adds xml RAPPOR entries for measuring the Device Motion and
Device Orientation APIs usage.
Corresponding blink-side patch: crrev.com/1017433002.
This patch replaces the chromium patch: crrev.com/1021823005.

BUG=467648

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

Cr-Commit-Position: refs/heads/master@{#325431}
parent 9220f8c7
...@@ -235,6 +235,20 @@ components/rappor/rappor_service.cc. ...@@ -235,6 +235,20 @@ components/rappor/rappor_service.cc.
</summary> </summary>
</rappor-metric> </rappor-metric>
<rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE">
<owner>timvolodine@chromium.org</owner>
<summary>
The domain and registry of the URL that is using Device Motion API.
</summary>
</rappor-metric>
<rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE">
<owner>timvolodine@chromium.org</owner>
<summary>
The domain and registry of the URL that is using Device Orientation API.
</summary>
</rappor-metric>
<rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE">
<owner>rdevlin.cronin@chromium.org</owner> <owner>rdevlin.cronin@chromium.org</owner>
<summary> <summary>
......
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