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

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

Issue 2393993005: Revert "[Custom Tabs] Implement "Read It Later" Behind a Flag" (Closed)
Patch Set: compile Created 4 years, 2 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.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 3288 matching lines...) Expand 10 before | Expand all | Expand 10 after
3299 <action name="CustomTabsMenuOpenSameUrl"> 3299 <action name="CustomTabsMenuOpenSameUrl">
3300 <owner>ianwen@chromium.org</owner> 3300 <owner>ianwen@chromium.org</owner>
3301 <description> 3301 <description>
3302 User opens the same url again after closing the previous custom tab. 3302 User opens the same url again after closing the previous custom tab.
3303 </description> 3303 </description>
3304 </action> 3304 </action>
3305 3305
3306 <action name="CustomTabsMenuReadItLater"> 3306 <action name="CustomTabsMenuReadItLater">
3307 <owner>ianwen@chromium.org</owner> 3307 <owner>ianwen@chromium.org</owner>
3308 <description>User hit &quot;read it later&quot; menu item.</description> 3308 <description>User hit &quot;read it later&quot; menu item.</description>
3309 <obsolete>Deprecated as of 10/2016, this feature was removed.</obsolete>
3309 </action> 3310 </action>
3310 3311
3311 <action name="CustomTabsRemoteViewsShown"> 3312 <action name="CustomTabsRemoteViewsShown">
3312 <owner>ianwen@chromium.org</owner> 3313 <owner>ianwen@chromium.org</owner>
3313 <description>A RemoteViews based bottom bar was shown.</description> 3314 <description>A RemoteViews based bottom bar was shown.</description>
3314 </action> 3315 </action>
3315 3316
3316 <action name="CustomTabsRemoteViewsUpdated"> 3317 <action name="CustomTabsRemoteViewsUpdated">
3317 <owner>ianwen@chromium.org</owner> 3318 <owner>ianwen@chromium.org</owner>
3318 <description> 3319 <description>
(...skipping 12536 matching lines...) Expand 10 before | Expand all | Expand 10 after
15855 <action name="webapps.AddShortcut.Manifest"> 15856 <action name="webapps.AddShortcut.Manifest">
15856 <owner>mlamouri@chromium.org</owner> 15857 <owner>mlamouri@chromium.org</owner>
15857 <description> 15858 <description>
15858 Shortcut added to the homescreen with a valid Manifest. This action will be 15859 Shortcut added to the homescreen with a valid Manifest. This action will be
15859 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15860 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15860 to keep a trend of whether the webapp also add meta tags. 15861 to keep a trend of whether the webapp also add meta tags.
15861 </description> 15862 </description>
15862 </action> 15863 </action>
15863 15864
15864 </actions> 15865 </actions>
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698