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

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

Issue 2779083003: Add additional metrics for main intent behaviors. (Closed)
Patch Set: 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index c6a72398b0ff3d6e1397db4c452b29affb60074d..3b20b28d96b4edee65c67ee856f96b594307e6f1 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -10369,6 +10369,14 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="MobileStartup.MainIntent.NTPCreatedDueToInactivity">
+ <owner>tedchoc@chromium.org</owner>
+ <description>
+ An ACTION_MAIN intent was received by Chrome and a NTP was created due to
Ilya Sherman 2017/03/28 18:19:54 nit: s/a NTP/an NTP
Ted C 2017/03/28 20:32:22 Done.
+ the time elapsed since Chrome was last visited.
+ </description>
+</action>
+
<action name="MobileStartup.MainIntentReceived">
<owner>tedchoc@chromium.org</owner>
<description>
@@ -10377,6 +10385,38 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="MobileStartup.MainIntentReceived.After12Hours">
+ <owner>tedchoc@chromium.org</owner>
+ <description>
+ An ACTION_MAIN intent was received by Chrome after the user had not used
+ Chrome for 12 hours.
+ </description>
+</action>
+
+<action name="MobileStartup.MainIntentReceived.After1Hour">
+ <owner>tedchoc@chromium.org</owner>
+ <description>
+ An ACTION_MAIN intent was received by Chrome after the user had not used
+ Chrome for 1 hour.
+ </description>
+</action>
+
+<action name="MobileStartup.MainIntentReceived.After24Hours">
+ <owner>tedchoc@chromium.org</owner>
+ <description>
+ An ACTION_MAIN intent was received by Chrome after the user had not used
+ Chrome for 24 hours.
+ </description>
+</action>
+
+<action name="MobileStartup.MainIntentReceived.After6Hours">
+ <owner>tedchoc@chromium.org</owner>
+ <description>
+ An ACTION_MAIN intent was received by Chrome after the user had not used
+ Chrome for 6 hours.
Ilya Sherman 2017/03/28 18:19:54 nit: but fewer than 12 hours (and please document
Ted C 2017/03/28 20:32:22 Done.
+ </description>
+</action>
+
<action name="MobileTabClobbered">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698