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

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

Issue 1427913002: Implement media playing engagement detection for the site engagement service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@user-input-event
Patch Set: Addressing reviewer comments Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 126fa0718555509ef91254afa70d7c873dd7b709..a2f6d747e975d1c6a3b2d9aceddb2ce14ea3776b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72624,6 +72624,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="Mouse"/>
<int value="3" label="Touch gesture"/>
<int value="4" label="Mouse wheel"/>
+ <int value="5" label="Media (foreground tab)"/>
+ <int value="6" label="Media (background tab)"/>
</enum>
<enum name="SiteIsolationMimeType" type="int">

Powered by Google App Engine
This is Rietveld 408576698