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

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

Issue 2750503004: Add metric to record users opening a new NTP. (Closed)
Patch Set: Observe ModelSelector to record new NTPs Created 3 years, 9 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. 9 and description for each user action.
10 10
(...skipping 9943 matching lines...) Expand 10 before | Expand all | Expand 10 after
9954 Deprecated as of 01/2017. Replaced with 9954 Deprecated as of 01/2017. Replaced with
9955 MobileRecentTabManagerTabFromOtherDeviceOpened. 9955 MobileRecentTabManagerTabFromOtherDeviceOpened.
9956 </obsolete> 9956 </obsolete>
9957 </action> 9957 </action>
9958 9958
9959 <action name="MobileNTPMostVisited"> 9959 <action name="MobileNTPMostVisited">
9960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9961 <description>Please enter the description of this user action.</description> 9961 <description>Please enter the description of this user action.</description>
9962 </action> 9962 </action>
9963 9963
9964 <action name="MobileNTPOpenedInNewTab">
9965 <owner>fhorschig@chromium.org</owner>
9966 <description>
9967 The user manually created a New Tab Page (NTP) in a new tab that has not
Michael van Ouwerkerk 2017/03/14 16:07:36 Have you confirmed that this indeed is not logged
fhorschig 2017/03/14 17:30:45 Adjusted description to match my intention. If you
9968 been shown before.
9969 </description>
9970 </action>
9971
9964 <action name="MobileNTPRecentlyClosed"> 9972 <action name="MobileNTPRecentlyClosed">
9965 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9973 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9966 <description>Please enter the description of this user action.</description> 9974 <description>Please enter the description of this user action.</description>
9967 <obsolete> 9975 <obsolete>
9968 Deprecated as of 01/2017. Replaced with 9976 Deprecated as of 01/2017. Replaced with
9969 MobileRecentTabManagerRecentTabOpened. 9977 MobileRecentTabManagerRecentTabOpened.
9970 </obsolete> 9978 </obsolete>
9971 </action> 9979 </action>
9972 9980
9973 <action name="MobileNTPShown"> 9981 <action name="MobileNTPShown">
(...skipping 6546 matching lines...) Expand 10 before | Expand all | Expand 10 after
16520 <action name="webapps.AddShortcut.Manifest"> 16528 <action name="webapps.AddShortcut.Manifest">
16521 <owner>mlamouri@chromium.org</owner> 16529 <owner>mlamouri@chromium.org</owner>
16522 <description> 16530 <description>
16523 Shortcut added to the homescreen with a valid Manifest. This action will be 16531 Shortcut added to the homescreen with a valid Manifest. This action will be
16524 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16532 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16525 to keep a trend of whether the webapp also add meta tags. 16533 to keep a trend of whether the webapp also add meta tags.
16526 </description> 16534 </description>
16527 </action> 16535 </action>
16528 16536
16529 </actions> 16537 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698