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

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

Issue 2790183002: Add UMA for the content suggestions settings (Closed)
Patch Set: fix parent CL 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.NotificationsPreferenceOff">
3351 <owner>dgn@chromium.org</owner>
3352 <owner>finkm@chromium.org</owner>
3353 <description>
3354 The user turned off the content suggestions notifications in the settings.
3355 </description>
3356 </action>
3357
3358 <action name="ContentSuggestions.NotificationsPreferenceOn">
3359 <owner>dgn@chromium.org</owner>
3360 <owner>finkm@chromium.org</owner>
3361 <description>
3362 The user turned on the content suggestions notifications in the settings.
3363 </description>
3364 </action>
3365
3366 <action name="ContentSuggestions.RemoteSuggestionsPreferenceOff">
3367 <owner>dgn@chromium.org</owner>
3368 <owner>finkm@chromium.org</owner>
3369 <description>
3370 The user turned off remote content suggestions in the settings.
3371 </description>
3372 </action>
3373
3374 <action name="ContentSuggestions.RemoteSuggestionsPreferenceOn">
3375 <owner>dgn@chromium.org</owner>
3376 <owner>finkm@chromium.org</owner>
3377 <description>
3378 The user turned on remote content suggestions in the settings.
3379 </description>
3380 </action>
3381
3350 <action name="ContextualSearch.BackPressClose"> 3382 <action name="ContextualSearch.BackPressClose">
3351 <owner>donnd@chromium.org</owner> 3383 <owner>donnd@chromium.org</owner>
3352 <description> 3384 <description>
3353 Contextual Search closed when the user pressed the Back button. 3385 Contextual Search closed when the user pressed the Back button.
3354 </description> 3386 </description>
3355 </action> 3387 </action>
3356 3388
3357 <action name="ContextualSearch.BasePageScrollClose"> 3389 <action name="ContextualSearch.BasePageScrollClose">
3358 <owner>donnd@chromium.org</owner> 3390 <owner>donnd@chromium.org</owner>
3359 <description> 3391 <description>
(...skipping 13346 matching lines...) Expand 10 before | Expand all | Expand 10 after
16706 <action name="webapps.AddShortcut.Manifest"> 16738 <action name="webapps.AddShortcut.Manifest">
16707 <owner>mlamouri@chromium.org</owner> 16739 <owner>mlamouri@chromium.org</owner>
16708 <description> 16740 <description>
16709 Shortcut added to the homescreen with a valid Manifest. This action will be 16741 Shortcut added to the homescreen with a valid Manifest. This action will be
16710 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16742 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16711 to keep a trend of whether the webapp also add meta tags. 16743 to keep a trend of whether the webapp also add meta tags.
16712 </description> 16744 </description>
16713 </action> 16745 </action>
16714 16746
16715 </actions> 16747 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698