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

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

Issue 1071463003: Add entries to rappor.xml for Web Components usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 c10a4189babcc116eaf2a15cd41bd644572da2d2..49b1f1ee583f87f39df1be550779256a6360dd9b 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -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>
« 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