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

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

Issue 2266633002: [Android] Add user actions for bookmark manager creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/bookmarks/BookmarkManager.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index f15728a18076532e1c9541e1f58e1864b4eee330..358bf0853d4ea1161a4faef581a4b9f803e887c1 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8834,6 +8834,23 @@ 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="MobileBookmarkManagerOpen">
+ <owner>ianwen@chromium.org</owner>
+ <description>
+ Action indictating the bookmark manager is created, either by menu or NTP
+ button, or by navigation.
+ </description>
+</action>
+
+<action name="MobileBookmarkManagerPageOpen">
+ <owner>ianwen@chromium.org</owner>
+ <description>
+ Action indictating the bookmark manager is created as a Native Page. The
+ porpuse of this action is to tell how many users on phones are able to get
+ access to bookmark manager inside of a tab.
+ </description>
+</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>
@@ -9104,7 +9121,7 @@ should be able to be added at any place in this file.
</action>
<action name="MobileMenuAllBookmarks">
- <owner>aurimas@chromium.org</owner>
+ <owner>ianwen@chromium.org</owner>
<description>User pressed 'Bookmarks' in the app menu.</description>
</action>
@@ -9298,8 +9315,10 @@ should be able to be added at any place in this file.
</action>
<action name="MobileNTPBookmark">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>ianwen@chromium.org</owner>
+ <description>
+ Action indicating the user has opened a bookmark from the bookmark manager.
+ </description>
</action>
<action name="MobileNTPForeignSession">
@@ -9325,8 +9344,11 @@ should be able to be added at any place in this file.
</action>
<action name="MobileNTPSwitchToBookmarks">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>ianwen@chromium.org</owner>
+ <description>
+ Action indicating the user has clicked the boomkark button on NTP to swith
+ to the bookmark manager.
+ </description>
</action>
<action name="MobileNTPSwitchToDownloadManager">
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/bookmarks/BookmarkManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698