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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 </description> 907 </description>
908 </action> 908 </action>
909 909
910 <action name="AlertIndicatorButton_Unmute"> 910 <action name="AlertIndicatorButton_Unmute">
911 <owner>miu@chromium.org</owner> 911 <owner>miu@chromium.org</owner>
912 <description> 912 <description>
913 User clicked the tab alert indicator button to unmute the tab. 913 User clicked the tab alert indicator button to unmute the tab.
914 </description> 914 </description>
915 </action> 915 </action>
916 916
917 <action name="Android.LauncherShortcut.NewIncognitoTab">
918 <owner>twellington@chromium.org</owner>
919 <description>
920 User tapped on the 'New Incognito Tab' launcher shortcut option.
921 </description>
922 </action>
923
924 <action name="Android.LauncherShortcut.NewTab">
925 <owner>twellington@chromium.org</owner>
926 <description>
927 User tapped on the 'New Tab' launcher shortcut option.
928 </description>
929 </action>
930
917 <action name="Android.ManageSpace"> 931 <action name="Android.ManageSpace">
918 <owner>dmurph@chromium.org</owner> 932 <owner>dmurph@chromium.org</owner>
919 <description> 933 <description>
920 User navigated to 'Manage Space' for Chrome from the 'Apps' category in 934 User navigated to 'Manage Space' for Chrome from the 'Apps' category in
921 Android settings. 935 Android settings.
922 </description> 936 </description>
923 </action> 937 </action>
924 938
925 <action name="Android.MultiWindowMode.Enter"> 939 <action name="Android.MultiWindowMode.Enter">
926 <owner>twellington@chromium.org</owner> 940 <owner>twellington@chromium.org</owner>
(...skipping 14321 matching lines...) Expand 10 before | Expand all | Expand 10 after
15248 <action name="webapps.AddShortcut.Manifest"> 15262 <action name="webapps.AddShortcut.Manifest">
15249 <owner>mlamouri@chromium.org</owner> 15263 <owner>mlamouri@chromium.org</owner>
15250 <description> 15264 <description>
15251 Shortcut added to the homescreen with a valid Manifest. This action will be 15265 Shortcut added to the homescreen with a valid Manifest. This action will be
15252 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15266 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15253 to keep a trend of whether the webapp also add meta tags. 15267 to keep a trend of whether the webapp also add meta tags.
15254 </description> 15268 </description>
15255 </action> 15269 </action>
15256 15270
15257 </actions> 15271 </actions>
OLDNEW
« 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