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

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: Rename 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>robliao@chromium.org</owner>
2896 <owner>skare@chromium.org</owner>
2897 <description>
2898 A Google Now notification was popped up to the user.
2899 </description>
2900 </action>
2901
2894 <action name="GoogleNow.MessageClicked"> 2902 <action name="GoogleNow.MessageClicked">
2895 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2903 <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> 2904 <description>Please enter the description of this user action.</description>
2897 </action> 2905 </action>
2898 2906
2899 <action name="GoogleNow.WelcomeToastClickedNo"> 2907 <action name="GoogleNow.WelcomeToastClickedNo">
2900 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2908 <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> 2909 <description>Please enter the description of this user action.</description>
2902 </action> 2910 </action>
2903 2911
(...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> 10978 <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> 10979 <description>Please enter the description of this user action.</description>
10972 </action> 10980 </action>
10973 10981
10974 <action name="webapps.AddShortcut.Bookmark"> 10982 <action name="webapps.AddShortcut.Bookmark">
10975 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10983 <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> 10984 <description>Please enter the description of this user action.</description>
10977 </action> 10985 </action>
10978 10986
10979 </actions> 10987 </actions>
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698