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

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

Issue 2754313002: [Home] Record some user actions for the Chrome Home BottomSheet (Closed)
Patch Set: [Home] Record some user actions for the Chrome Home BottomSheet 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetObserverTest.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 9239e75944698955b3966bf6ca11157ca4441901..4dbe8988f7eedd7b646ab654a6b260f186fcf90f 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1116,6 +1116,58 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Android.ChromeHome.Closed">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>User closed the Chrome Home bottom sheet.</description>
+</action>
+
+<action name="Android.ChromeHome.FullState">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>
+ User put the Chrome Home bottom sheet in the fully-open state.
+ </description>
+</action>
+
+<action name="Android.ChromeHome.HalfState">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>
+ User put the Chrome Home bottom sheet in the half-open state.
+ </description>
+</action>
+
+<action name="Android.ChromeHome.Opened">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>User opened the Chrome Home bottom sheet.</description>
+</action>
+
+<action name="Android.ChromeHome.ShowBookmarks">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>User showed the bookmarks bottom sheet content.</description>
+</action>
+
+<action name="Android.ChromeHome.ShowDownloads">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>User showed the downloads bottom sheet content.</description>
+</action>
+
+<action name="Android.ChromeHome.ShowHistory">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>User showed the history bottom sheet content.</description>
+</action>
+
+<action name="Android.ChromeHome.ShowSuggestions">
+ <owner>mdjones@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <description>User showed the suggestions bottom sheet content.</description>
+</action>
+
<action name="Android.ContentDetectorActivated">
<owner>twellington@chromium.org</owner>
<description>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetObserverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698