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

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

Issue 2790183002: Add UMA for the content suggestions settings (Closed)
Patch Set: Rewrite metrics and add histograms changes Created 3 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. 9 and description for each user action.
10 10
(...skipping 3329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 <action name="ConnectivityDiagnostics.UA.TestResultExpanded"> 3340 <action name="ConnectivityDiagnostics.UA.TestResultExpanded">
3341 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3341 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3342 <description>Please enter the description of this user action.</description> 3342 <description>Please enter the description of this user action.</description>
3343 </action> 3343 </action>
3344 3344
3345 <action name="ConnectivityDiagnostics.UA.TestSuiteRun"> 3345 <action name="ConnectivityDiagnostics.UA.TestSuiteRun">
3346 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3346 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3347 <description>Please enter the description of this user action.</description> 3347 <description>Please enter the description of this user action.</description>
3348 </action> 3348 </action>
3349 3349
3350 <action name="ContentSuggestions.NotificationsAction.Settings">
3351 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
Michael van Ouwerkerk 2017/04/05 10:27:42 Please list the metric's owners :-)
dgn 2017/04/05 13:54:07 Removed this one entirely to use an existing histo
3352 <description>Please enter the description of the metric.</description>
Michael van Ouwerkerk 2017/04/05 10:27:42 Please enter the description of the metric :-)
dgn 2017/04/05 13:54:07 Obsolete.
3353 </action>
3354
3355 <action name="ContentSuggestions.NotificationsPreferenceOff">
3356 <owner>dgn@chromium.org</owner>
3357 <owner>finkm@chromium.org</owner>
3358 <description>
3359 The user turned off the content suggestions notifications in the settings.
3360 </description>
3361 </action>
3362
3363 <action name="ContentSuggestions.NotificationsPreferenceOn">
3364 <owner>dgn@chromium.org</owner>
3365 <owner>finkm@chromium.org</owner>
3366 <description>
3367 The user turned on the content suggestions notifications in the settings.
3368 </description>
3369 </action>
3370
3371 <action name="ContentSuggestions.RemoteSuggestionsPreferenceOff">
3372 <owner>dgn@chromium.org</owner>
3373 <owner>finkm@chromium.org</owner>
3374 <description>
3375 The user turned off remote content suggestions in the settings.
3376 </description>
3377 </action>
3378
3379 <action name="ContentSuggestions.RemoteSuggestionsPreferenceOn">
3380 <owner>dgn@chromium.org</owner>
3381 <owner>finkm@chromium.org</owner>
3382 <description>
3383 The user turned on remote content suggestions in the settings.
3384 </description>
3385 </action>
3386
3350 <action name="ContextualSearch.BackPressClose"> 3387 <action name="ContextualSearch.BackPressClose">
3351 <owner>donnd@chromium.org</owner> 3388 <owner>donnd@chromium.org</owner>
3352 <description> 3389 <description>
3353 Contextual Search closed when the user pressed the Back button. 3390 Contextual Search closed when the user pressed the Back button.
3354 </description> 3391 </description>
3355 </action> 3392 </action>
3356 3393
3357 <action name="ContextualSearch.BasePageScrollClose"> 3394 <action name="ContextualSearch.BasePageScrollClose">
3358 <owner>donnd@chromium.org</owner> 3395 <owner>donnd@chromium.org</owner>
3359 <description> 3396 <description>
(...skipping 6427 matching lines...) Expand 10 before | Expand all | Expand 10 after
9787 <owner>aurimas@chromium.org</owner> 9824 <owner>aurimas@chromium.org</owner>
9788 <description>User pressed 'Close all tabs' in the app menu.</description> 9825 <description>User pressed 'Close all tabs' in the app menu.</description>
9789 </action> 9826 </action>
9790 9827
9791 <action name="MobileMenuCloseTab"> 9828 <action name="MobileMenuCloseTab">
9792 <owner>aurimas@chromium.org</owner> 9829 <owner>aurimas@chromium.org</owner>
9793 <description>User pressed 'Close tab' in the app menu.</description> 9830 <description>User pressed 'Close tab' in the app menu.</description>
9794 <obsolete>This menu item was never added to the app menu.</obsolete> 9831 <obsolete>This menu item was never added to the app menu.</obsolete>
9795 </action> 9832 </action>
9796 9833
9834 <action name="MobileMenuDataSaverOpened">
Michael van Ouwerkerk 2017/04/05 10:27:42 Wait, what? Is this a free rebase gift?
9835 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9836 <description>Please enter the description of the metric.</description>
9837 </action>
9838
9797 <action name="MobileMenuDirectShare"> 9839 <action name="MobileMenuDirectShare">
9798 <owner>aurimas@chromium.org</owner> 9840 <owner>aurimas@chromium.org</owner>
9799 <description> 9841 <description>
9800 User pressed the application icon next to 'Share' to share directly with the 9842 User pressed the application icon next to 'Share' to share directly with the
9801 most recently used application. 9843 most recently used application.
9802 </description> 9844 </description>
9803 </action> 9845 </action>
9804 9846
9805 <action name="MobileMenuDownloadManager"> 9847 <action name="MobileMenuDownloadManager">
9806 <owner>dfalcantara@chromium.org</owner> 9848 <owner>dfalcantara@chromium.org</owner>
(...skipping 6894 matching lines...) Expand 10 before | Expand all | Expand 10 after
16701 <action name="webapps.AddShortcut.Manifest"> 16743 <action name="webapps.AddShortcut.Manifest">
16702 <owner>mlamouri@chromium.org</owner> 16744 <owner>mlamouri@chromium.org</owner>
16703 <description> 16745 <description>
16704 Shortcut added to the homescreen with a valid Manifest. This action will be 16746 Shortcut added to the homescreen with a valid Manifest. This action will be
16705 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16747 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16706 to keep a trend of whether the webapp also add meta tags. 16748 to keep a trend of whether the webapp also add meta tags.
16707 </description> 16749 </description>
16708 </action> 16750 </action>
16709 16751
16710 </actions> 16752 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698