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

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

Issue 2174563002: Add UMA for launcher shortcuts and update AndroidManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/LauncherShortcutActivity.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 13c1695167db1771ea672adf1f9dddbef5e7b7ec..b09c29a375b9dba2535e1f26db35cfc751a5b5e9 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -914,6 +914,20 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Android.LauncherShortcut.NewIncognitoTab">
+ <owner>twellington@chromium.org</owner>
+ <description>
+ User tapped on the 'New Incognito Tab' launcher shortcut option.
+ </description>
+</action>
+
+<action name="Android.LauncherShortcut.NewTab">
+ <owner>twellington@chromium.org</owner>
+ <description>
+ User tapped on the 'New Tab' launcher shortcut option.
+ </description>
+</action>
+
<action name="Android.ManageSpace">
<owner>dmurph@chromium.org</owner>
<description>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/LauncherShortcutActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698