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

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

Issue 2076463002: [Custom Tabs] Implement "Read It Later" Behind a Flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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 | « testing/variations/fieldtrial_testing_config_android.json ('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 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2886 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2887 <description>Please enter the description of the metric.</description> 2887 <description>Please enter the description of the metric.</description>
2888 </action> 2888 </action>
2889 2889
2890 <action name="CustomTabsMenuFindInPage"> 2890 <action name="CustomTabsMenuFindInPage">
2891 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2891 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2892 <description>Please enter the description of the metric.</description> 2892 <description>Please enter the description of the metric.</description>
2893 </action> 2893 </action>
2894 2894
2895 <action name="CustomTabsMenuOpenInChrome"> 2895 <action name="CustomTabsMenuOpenInChrome">
2896 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2896 <owner>yusufo@chromium.org</owner>
2897 <description>Please enter the description of the metric.</description> 2897 <description>User hit &quot;open in browser&quot; menu item.</description>
2898 </action>
2899
2900 <action name="CustomTabsMenuReadItLater">
2901 <owner>ianwen@chromium.org</owner>
2902 <description>User hit &quot;read it later&quot; menu item.</description>
2898 </action> 2903 </action>
2899 2904
2900 <action name="CustomTabsRemoteViewsShown"> 2905 <action name="CustomTabsRemoteViewsShown">
2901 <owner>ianwen@chromium.org</owner> 2906 <owner>ianwen@chromium.org</owner>
2902 <description>A RemoteViews based bottom bar was shown.</description> 2907 <description>A RemoteViews based bottom bar was shown.</description>
2903 </action> 2908 </action>
2904 2909
2905 <action name="CustomTabsRemoteViewsUpdated"> 2910 <action name="CustomTabsRemoteViewsUpdated">
2906 <owner>ianwen@chromium.org</owner> 2911 <owner>ianwen@chromium.org</owner>
2907 <description> 2912 <description>
(...skipping 11906 matching lines...) Expand 10 before | Expand all | Expand 10 after
14814 <action name="webapps.AddShortcut.Manifest"> 14819 <action name="webapps.AddShortcut.Manifest">
14815 <owner>mlamouri@chromium.org</owner> 14820 <owner>mlamouri@chromium.org</owner>
14816 <description> 14821 <description>
14817 Shortcut added to the homescreen with a valid Manifest. This action will be 14822 Shortcut added to the homescreen with a valid Manifest. This action will be
14818 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14823 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14819 to keep a trend of whether the webapp also add meta tags. 14824 to keep a trend of whether the webapp also add meta tags.
14820 </description> 14825 </description>
14821 </action> 14826 </action>
14822 14827
14823 </actions> 14828 </actions>
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698