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

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

Issue 1833763002: Add new NTP layout with snippet cards and hide it behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address more comments Created 4 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
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 8344 matching lines...) Expand 10 before | Expand all | Expand 10 after
8355 Android: User scrolled through the snippet cards. Recorded at the beginning 8355 Android: User scrolled through the snippet cards. Recorded at the beginning
8356 of the scroll event. 8356 of the scroll event.
8357 </description> 8357 </description>
8358 </action> 8358 </action>
8359 8359
8360 <action name="MobileNTP.Snippets.ShowLess"> 8360 <action name="MobileNTP.Snippets.ShowLess">
8361 <owner>knn@chromium.org</owner> 8361 <owner>knn@chromium.org</owner>
8362 <description> 8362 <description>
8363 Android: User clicked on a snippet card to hide the bigger summary. 8363 Android: User clicked on a snippet card to hide the bigger summary.
8364 </description> 8364 </description>
8365 <obsolete>Deprecated as of 4/2016</obsolete>
8365 </action> 8366 </action>
8366 8367
8367 <action name="MobileNTP.Snippets.ShowMore"> 8368 <action name="MobileNTP.Snippets.ShowMore">
8368 <owner>knn@chromium.org</owner> 8369 <owner>knn@chromium.org</owner>
8369 <description> 8370 <description>
8370 Android: User clicked on a snippet card to reveal a bigger summary. 8371 Android: User clicked on a snippet card to reveal a bigger summary.
8371 </description> 8372 </description>
8373 <obsolete>Deprecated as of 4/2016</obsolete>
8372 </action> 8374 </action>
8373 8375
8374 <action name="MobileNTPBookmark"> 8376 <action name="MobileNTPBookmark">
8375 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8377 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8376 <description>Please enter the description of this user action.</description> 8378 <description>Please enter the description of this user action.</description>
8377 </action> 8379 </action>
8378 8380
8379 <action name="MobileNTPForeignSession"> 8381 <action name="MobileNTPForeignSession">
8380 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8382 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8381 <description>Please enter the description of this user action.</description> 8383 <description>Please enter the description of this user action.</description>
(...skipping 5665 matching lines...) Expand 10 before | Expand all | Expand 10 after
14047 <action name="webapps.AddShortcut.Manifest"> 14049 <action name="webapps.AddShortcut.Manifest">
14048 <owner>mlamouri@chromium.org</owner> 14050 <owner>mlamouri@chromium.org</owner>
14049 <description> 14051 <description>
14050 Shortcut added to the homescreen with a valid Manifest. This action will be 14052 Shortcut added to the homescreen with a valid Manifest. This action will be
14051 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14053 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14052 to keep a trend of whether the webapp also add meta tags. 14054 to keep a trend of whether the webapp also add meta tags.
14053 </description> 14055 </description>
14054 </action> 14056 </action>
14055 14057
14056 </actions> 14058 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/android/ntp/ntp_snippets_bridge.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698