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

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

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« components/rappor/rappor_service.cc ('K') | « ios/web/public/user_metrics.h ('k') | 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 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>
« components/rappor/rappor_service.cc ('K') | « ios/web/public/user_metrics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698