Index: tools/metrics/rappor/rappor.xml |
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml |
index a4f123fe00c991309df136617df3baab03280138..253cb3232694fdcc2e8c31ae6fc97e575ac727ae 100644 |
--- a/tools/metrics/rappor/rappor.xml |
+++ b/tools/metrics/rappor/rappor.xml |
@@ -228,6 +228,20 @@ components/rappor/rappor_service.cc. |
</summary> |
</rappor-metric> |
+<rappor-metric name="WebComponents.ElementCreateShadowRoot" type="COARSE_RAPPOR_TYPE"> |
+ <owner>kojii@chromium.org</owner> |
+ <summary> |
+ The host of a URL that used Element::CreateShadowRoot(). |
+ </summary> |
+</rappor-metric> |
+ |
+<rappor-metric name="WebComponents.DocumentRegisterElement" type="COARSE_RAPPOR_TYPE"> |
Steven Holte
2015/03/23 20:34:06
These metrics should use ETLD_PLUS_ONE type.
kojii
2015/03/25 08:05:54
Done, the call to RecordSample was also changed.
|
+ <owner>kojii@chromium.org</owner> |
+ <summary> |
+ The host of a URL that used Document::RegisterElement(). |
+ </summary> |
+</rappor-metric> |
+ |
</rappor-metrics> |
</rappor-configuration> |