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

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

Issue 276433003: UMA metrics added for HID detection dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
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 7816 matching lines...) Expand 10 before | Expand all | Expand 10 after
7827 <action name="Notifications.ShowSettings"> 7827 <action name="Notifications.ShowSettings">
7828 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7828 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7829 <description>Please enter the description of this user action.</description> 7829 <description>Please enter the description of this user action.</description>
7830 </action> 7830 </action>
7831 7831
7832 <action name="Notifications.Unmute"> 7832 <action name="Notifications.Unmute">
7833 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7833 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7834 <description>Please enter the description of this user action.</description> 7834 <description>Please enter the description of this user action.</description>
7835 </action> 7835 </action>
7836 7836
7837 <action name="OOBE.HIDDetectionDialogShown">
7838 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
ygorshenin1 2014/05/08 11:50:08 Add yourself as an owner + add a short description
merkulova 2014/05/12 10:22:59 Removed with counter. Switching to bool histogram.
7839 <description>Please enter the description of the metric.</description>
7840 </action>
7841
7837 <action name="Omnibox.ServerSuggestDelete.Failure"> 7842 <action name="Omnibox.ServerSuggestDelete.Failure">
7838 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7843 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7839 <description>Please enter the description of this user action.</description> 7844 <description>Please enter the description of this user action.</description>
7840 </action> 7845 </action>
7841 7846
7842 <action name="Omnibox.ServerSuggestDelete.Success"> 7847 <action name="Omnibox.ServerSuggestDelete.Success">
7843 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7848 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7844 <description>Please enter the description of this user action.</description> 7849 <description>Please enter the description of this user action.</description>
7845 </action> 7850 </action>
7846 7851
(...skipping 3123 matching lines...) Expand 10 before | Expand all | Expand 10 after
10970 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10975 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10971 <description>Please enter the description of this user action.</description> 10976 <description>Please enter the description of this user action.</description>
10972 </action> 10977 </action>
10973 10978
10974 <action name="webapps.AddShortcut.Bookmark"> 10979 <action name="webapps.AddShortcut.Bookmark">
10975 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10980 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10976 <description>Please enter the description of this user action.</description> 10981 <description>Please enter the description of this user action.</description>
10977 </action> 10982 </action>
10978 10983
10979 </actions> 10984 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698