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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2804683002: Add UserAction documentation for MobileMenuDataSaverOpened (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | 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. 9 and description for each user action.
10 10
(...skipping 9776 matching lines...) Expand 10 before | Expand all | Expand 10 after
9787 <owner>aurimas@chromium.org</owner> 9787 <owner>aurimas@chromium.org</owner>
9788 <description>User pressed 'Close all tabs' in the app menu.</description> 9788 <description>User pressed 'Close all tabs' in the app menu.</description>
9789 </action> 9789 </action>
9790 9790
9791 <action name="MobileMenuCloseTab"> 9791 <action name="MobileMenuCloseTab">
9792 <owner>aurimas@chromium.org</owner> 9792 <owner>aurimas@chromium.org</owner>
9793 <description>User pressed 'Close tab' in the app menu.</description> 9793 <description>User pressed 'Close tab' in the app menu.</description>
9794 <obsolete>This menu item was never added to the app menu.</obsolete> 9794 <obsolete>This menu item was never added to the app menu.</obsolete>
9795 </action> 9795 </action>
9796 9796
9797 <action name="MobileMenuDataSaverOpened">
9798 <owner>megjablon@chromium.org</owner>
9799 <description>User opened the data saver item in the app menu.</description>
9800 </action>
9801
9797 <action name="MobileMenuDirectShare"> 9802 <action name="MobileMenuDirectShare">
9798 <owner>aurimas@chromium.org</owner> 9803 <owner>aurimas@chromium.org</owner>
9799 <description> 9804 <description>
9800 User pressed the application icon next to 'Share' to share directly with the 9805 User pressed the application icon next to 'Share' to share directly with the
9801 most recently used application. 9806 most recently used application.
9802 </description> 9807 </description>
9803 </action> 9808 </action>
9804 9809
9805 <action name="MobileMenuDownloadManager"> 9810 <action name="MobileMenuDownloadManager">
9806 <owner>dfalcantara@chromium.org</owner> 9811 <owner>dfalcantara@chromium.org</owner>
(...skipping 6894 matching lines...) Expand 10 before | Expand all | Expand 10 after
16701 <action name="webapps.AddShortcut.Manifest"> 16706 <action name="webapps.AddShortcut.Manifest">
16702 <owner>mlamouri@chromium.org</owner> 16707 <owner>mlamouri@chromium.org</owner>
16703 <description> 16708 <description>
16704 Shortcut added to the homescreen with a valid Manifest. This action will be 16709 Shortcut added to the homescreen with a valid Manifest. This action will be
16705 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16710 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16706 to keep a trend of whether the webapp also add meta tags. 16711 to keep a trend of whether the webapp also add meta tags.
16707 </description> 16712 </description>
16708 </action> 16713 </action>
16709 16714
16710 </actions> 16715 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698