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

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

Issue 667873002: Add UMA to hotword trigger extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: JS style fix. Created 6 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
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 3112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 <action name="History_Search"> 3123 <action name="History_Search">
3124 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3124 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3125 <description>Please enter the description of this user action.</description> 3125 <description>Please enter the description of this user action.</description>
3126 </action> 3126 </action>
3127 3127
3128 <action name="Home"> 3128 <action name="Home">
3129 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3129 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3130 <description>Please enter the description of this user action.</description> 3130 <description>Please enter the description of this user action.</description>
3131 </action> 3131 </action>
3132 3132
3133 <action name="Hotword.HotwordTrigger">
3134 <owner>amistry@chromium.org</owner>
3135 <owner>rlp@chromium.org</owner>
3136 <owner>somast@chromium.org</owner>
3137 <description>
3138 Counts the number of times the hotword was triggered by the user saying 'Ok
Mark P 2014/10/21 17:33:05 Actions are not count. Actions are events with ti
Anand Mistry (off Chromium) 2014/10/21 23:19:26 Done.
3139 Google'.
3140 </description>
3141 </action>
3142
3133 <action name="ImportLockDialogCocoa_Shown"> 3143 <action name="ImportLockDialogCocoa_Shown">
3134 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3144 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3135 <description>Please enter the description of this user action.</description> 3145 <description>Please enter the description of this user action.</description>
3136 </action> 3146 </action>
3137 3147
3138 <action name="ImportLockDialogGtk_Shown"> 3148 <action name="ImportLockDialogGtk_Shown">
3139 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3149 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3140 <description>Please enter the description of this user action.</description> 3150 <description>Please enter the description of this user action.</description>
3141 </action> 3151 </action>
3142 3152
(...skipping 8462 matching lines...) Expand 10 before | Expand all | Expand 10 after
11605 <action name="webapps.AddShortcut.Manifest"> 11615 <action name="webapps.AddShortcut.Manifest">
11606 <owner>mlamouri@chromium.org</owner> 11616 <owner>mlamouri@chromium.org</owner>
11607 <description> 11617 <description>
11608 Shortcut added to the homescreen with a valid Manifest. This action will be 11618 Shortcut added to the homescreen with a valid Manifest. This action will be
11609 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11619 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11610 to keep a trend of whether the webapp also add meta tags. 11620 to keep a trend of whether the webapp also add meta tags.
11611 </description> 11621 </description>
11612 </action> 11622 </action>
11613 11623
11614 </actions> 11624 </actions>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698