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

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

Issue 2748103011: Grant origins engagement for having interactions on their notifications. (Closed)
Patch Set: Unfriend Created 3 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:
Download patch
« no previous file with comments | « chrome/browser/notifications/platform_notification_service_interactive_uitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1e23de65ebdafc263e054ab9db8ea91d1f703993..e51c366e5d87e68c97f7a30aa1b2a6fee92f7e7d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109587,9 +109587,11 @@ from previous Chrome versions.
<int value="2" label="Mouse down"/>
<int value="3" label="Tap gesture"/>
<int value="4" label="Scroll (mouse wheel or touch)"/>
- <int value="5" label="Media (foreground tab)"/>
- <int value="6" label="Media (background tab)"/>
+ <int value="5" label="Media (background tab)"/>
+ <int value="6" label="Media (foreground tab)"/>
<int value="7" label="Webapp shortcut launch"/>
+ <int value="8" label="First daily engagement"/>
+ <int value="9" label="Notification interaction"/>
</enum>
<enum name="SiteIsolationMimeType" type="int">
« no previous file with comments | « chrome/browser/notifications/platform_notification_service_interactive_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698