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

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

Issue 264123002: Google Now Message Center Stats (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 2873 matching lines...) Expand 10 before | Expand all | Expand 10 after
2884 <action name="GoogleNow.ButtonClicked1"> 2884 <action name="GoogleNow.ButtonClicked1">
2885 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2885 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2886 <description>Please enter the description of this user action.</description> 2886 <description>Please enter the description of this user action.</description>
2887 </action> 2887 </action>
2888 2888
2889 <action name="GoogleNow.Dismissed"> 2889 <action name="GoogleNow.Dismissed">
2890 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2890 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2891 <description>Please enter the description of this user action.</description> 2891 <description>Please enter the description of this user action.</description>
2892 </action> 2892 </action>
2893 2893
2894 <action name="GoogleNow.MessageCenter.NotificationPoppedUp">
2895 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2896 <description>Please enter the description of this user action.</description>
Ilya Sherman 2014/05/05 21:37:59 ^^^
robliao 2014/05/05 22:39:28 :-). Was blending in here. On 2014/05/05 21:37:59,
2897 </action>
2898
2894 <action name="GoogleNow.MessageClicked"> 2899 <action name="GoogleNow.MessageClicked">
2895 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2900 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2896 <description>Please enter the description of this user action.</description> 2901 <description>Please enter the description of this user action.</description>
2897 </action> 2902 </action>
2898 2903
2899 <action name="GoogleNow.WelcomeToastClickedNo"> 2904 <action name="GoogleNow.WelcomeToastClickedNo">
2900 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2905 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2901 <description>Please enter the description of this user action.</description> 2906 <description>Please enter the description of this user action.</description>
2902 </action> 2907 </action>
2903 2908
(...skipping 8066 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