Commit 2636f17c authored by kojii's avatar kojii Committed by Commit bot

Add entries to rappor.xml for Web Components usage

This patch adds two entreis to rappor.xml for Web Components usage.
Blink CL is at:
https://codereview.chromium.org/986583002/
Chromium CL is at:
https://codereview.chromium.org/1014543003/

BUG=461671

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

Cr-Commit-Position: refs/heads/master@{#324344}
parent 572401b2
......@@ -356,6 +356,22 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
<rappor-metric name="WebComponents.DocumentRegisterElement"
type="ETLD_PLUS_ONE">
<owner>kojii@chromium.org</owner>
<summary>
The host of a URL that used Document::RegisterElement().
</summary>
</rappor-metric>
<rappor-metric name="WebComponents.ElementCreateShadowRoot"
type="ETLD_PLUS_ONE">
<owner>kojii@chromium.org</owner>
<summary>
The host of a URL that used Element::CreateShadowRoot().
</summary>
</rappor-metric>
<rappor-metric name="interstitial.harmful.domain" type="COARSE_RAPPOR_TYPE">
<owner>nparker@chromium.org</owner>
<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