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

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

Issue 2528303003: [NTP] Fixed usage of NewTabPage.ActionAndroid histogram (Closed)
Patch Set: Addressing comments Created 4 years 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 0961d3827d7deb6823d0f025780644702c356092..29a73a6589c27a70995afb4995cc6c3a6e956e66 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -9199,6 +9199,11 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="MobileBookmarkOpen">
+ <owner>ianwen@chromium.org</owner>
+ <description>In the bookmark manager a bookmark was opened.</description>
Mark P 2016/12/22 18:42:57 minor optional nit: prefer reverse order to put th
finkm 2017/01/03 10:43:52 Done.
+</action>
+
<action name="MobileBreakpadUploadAttempt" not_user_triggered="true">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -9920,6 +9925,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="MobileRecentlyClosedTabOpen">
+ <owner>finkm@chromium.org</owner>
+ <description>
+ Action indicating the user has opened a recently closed tab from the recent
dgn 2016/12/22 12:31:22 drop "Action indicating..."
finkm 2017/01/03 10:43:52 Done.
+ tabs manager.
+ </description>
+</action>
+
<action name="MobileRendererCrashed">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -9996,6 +10009,13 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="MobileTabFromOtherDeviceOpen">
+ <owner>finkm@chromium.org</owner>
+ <description>
+ In the recent tabs manager a tab from another device was opened.
+ </description>
+</action>
+
<action name="MobileTabStripCloseTab">
<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