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

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

Issue 2359363004: Add a button to OIB to launch an instant app if it exists. (Closed)
Patch Set: Comments 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 | « chrome/android/java/strings/android_chrome_strings.grd ('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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 <description>Promo banner for an instant app has been displayed.</description> 1109 <description>Promo banner for an instant app has been displayed.</description>
1110 </action> 1110 </action>
1111 1111
1112 <action name="Android.InstantApps.LaunchedByDefault" not_user_triggered="true"> 1112 <action name="Android.InstantApps.LaunchedByDefault" not_user_triggered="true">
1113 <owner>mariakhomenko@chromium.org</owner> 1113 <owner>mariakhomenko@chromium.org</owner>
1114 <description> 1114 <description>
1115 An instant app was launched without any user prompting. 1115 An instant app was launched without any user prompting.
1116 </description> 1116 </description>
1117 </action> 1117 </action>
1118 1118
1119 <action name="Android.InstantApps.LaunchedFromWebsiteSettingsPopup">
1120 <owner>mariakhomenko@chromium.org</owner>
1121 <owner>tedchoc@chromium.org</owner>
1122 <description>
1123 An instant app was launched from the website settings popup.
1124 </description>
1125 </action>
1126
1119 <action name="Android.LauncherShortcut.NewIncognitoTab"> 1127 <action name="Android.LauncherShortcut.NewIncognitoTab">
1120 <owner>twellington@chromium.org</owner> 1128 <owner>twellington@chromium.org</owner>
1121 <description> 1129 <description>
1122 User tapped on the 'New Incognito Tab' launcher shortcut option. 1130 User tapped on the 'New Incognito Tab' launcher shortcut option.
1123 </description> 1131 </description>
1124 </action> 1132 </action>
1125 1133
1126 <action name="Android.LauncherShortcut.NewTab"> 1134 <action name="Android.LauncherShortcut.NewTab">
1127 <owner>twellington@chromium.org</owner> 1135 <owner>twellington@chromium.org</owner>
1128 <description> 1136 <description>
(...skipping 14681 matching lines...) Expand 10 before | Expand all | Expand 10 after
15810 <action name="webapps.AddShortcut.Manifest"> 15818 <action name="webapps.AddShortcut.Manifest">
15811 <owner>mlamouri@chromium.org</owner> 15819 <owner>mlamouri@chromium.org</owner>
15812 <description> 15820 <description>
15813 Shortcut added to the homescreen with a valid Manifest. This action will be 15821 Shortcut added to the homescreen with a valid Manifest. This action will be
15814 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15822 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15815 to keep a trend of whether the webapp also add meta tags. 15823 to keep a trend of whether the webapp also add meta tags.
15816 </description> 15824 </description>
15817 </action> 15825 </action>
15818 15826
15819 </actions> 15827 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698