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

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

Issue 948293002: Add RAPPOR metrics of ServiceWorker.ControlledPage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add reppor.xml Created 5 years, 10 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
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 62ae0d58e987d7cf3b25d719a31cd8c926159195..c98501f8e40cb60291e0bf676f204bd9ee3cd30d 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -145,6 +145,14 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="ServiceWorker.ControlledPageLoad" type="ETLD_PLUS_ONE">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ The domain and registry of the top level URL of a page which is controlled
falken 2015/02/25 01:43:59 I'm not sure top level URL makes sense here, if SW
horo 2015/02/25 02:27:00 I thought that "the top level URL" means the origi
+ by a ServiceWorker. Recorded when a page is loaded.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE">
<owner>holte@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698