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

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: Add to histograms.xml Created 6 years, 1 month 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>User triggered the hotword by saying 'Ok Google'.</description>
3138 </action>
3139
3133 <action name="ImportLockDialogCocoa_Shown"> 3140 <action name="ImportLockDialogCocoa_Shown">
3134 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3141 <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> 3142 <description>Please enter the description of this user action.</description>
3136 </action> 3143 </action>
3137 3144
3138 <action name="ImportLockDialogGtk_Shown"> 3145 <action name="ImportLockDialogGtk_Shown">
3139 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3146 <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> 3147 <description>Please enter the description of this user action.</description>
3141 </action> 3148 </action>
3142 3149
(...skipping 8462 matching lines...) Expand 10 before | Expand all | Expand 10 after
11605 <action name="webapps.AddShortcut.Manifest"> 11612 <action name="webapps.AddShortcut.Manifest">
11606 <owner>mlamouri@chromium.org</owner> 11613 <owner>mlamouri@chromium.org</owner>
11607 <description> 11614 <description>
11608 Shortcut added to the homescreen with a valid Manifest. This action will be 11615 Shortcut added to the homescreen with a valid Manifest. This action will be
11609 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11616 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11610 to keep a trend of whether the webapp also add meta tags. 11617 to keep a trend of whether the webapp also add meta tags.
11611 </description> 11618 </description>
11612 </action> 11619 </action>
11613 11620
11614 </actions> 11621 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698