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

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

Issue 270673003: UMA metrics - number of accounts per profile and account reconciler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial Upload - Metrics, Account Reconciler and UMA configs 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 <action name="AcceptedKeyword"> 694 <action name="AcceptedKeyword">
695 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 695 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
696 <description>Please enter the description of this user action.</description> 696 <description>Please enter the description of this user action.</description>
697 </action> 697 </action>
698 698
699 <action name="AcceptedKeywordHint"> 699 <action name="AcceptedKeywordHint">
700 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 700 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
701 <description>Please enter the description of this user action.</description> 701 <description>Please enter the description of this user action.</description>
702 </action> 702 </action>
703 703
704 <action name="AccountReconcilerDifferentPrimaryAccounts">
705 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
706 <description>Please enter the description of the metric.</description>
707 </action>
708
704 <action name="ActionBox.ClickButton"> 709 <action name="ActionBox.ClickButton">
705 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 710 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
706 <description>Please enter the description of this user action.</description> 711 <description>Please enter the description of this user action.</description>
707 </action> 712 </action>
708 713
709 <action name="ActionBox.FindShareHandlers"> 714 <action name="ActionBox.FindShareHandlers">
710 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 715 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
711 <description>Please enter the description of this user action.</description> 716 <description>Please enter the description of this user action.</description>
712 </action> 717 </action>
713 718
(...skipping 10256 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