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

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

Issue 2750503004: Add metric to record users opening a new NTP. (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 0ed10fe9f5c36a6ef0c4853eb907cb6ed445222d..0468a5ad53e73635fe40e193e526ea432213638e 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -10010,6 +10010,13 @@ 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="MobileNTPVisitedAgain">
+ <owner>fhorschig@chromium.org</owner>
+ <description>
+ The The user returned to a New Tab Page (NTP) that was shown before.
Michael van Ouwerkerk 2017/03/13 16:42:56 Remove 'The '. It's cleaner.
fhorschig 2017/03/13 16:57:47 Done.
+ </description>
+</action>
+
<action name="MobileNewTabOpened">
<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