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

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

Issue 2750503004: Add metric to record users opening a new NTP. (Closed)
Patch Set: Observe ModelSelector to record new NTPs 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..6a6472d5d3cad2c204ef135e3222a9a39eab5f02 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -9961,6 +9961,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="MobileNTPOpenedInNewTab">
+ <owner>fhorschig@chromium.org</owner>
+ <description>
+ The user manually created a New Tab Page (NTP) in a new tab that has not
Michael van Ouwerkerk 2017/03/14 16:07:36 Have you confirmed that this indeed is not logged
fhorschig 2017/03/14 17:30:45 Adjusted description to match my intention. If you
+ been shown before.
+ </description>
+</action>
+
<action name="MobileNTPRecentlyClosed">
<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