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

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

Issue 247663003: Date and Time dialog for when the clock isn't synced. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a11y Created 6 years, 8 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 9768 matching lines...) Expand 10 before | Expand all | Expand 10 after
9779 <action name="SelectTab6"> 9779 <action name="SelectTab6">
9780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9781 <description>Please enter the description of this user action.</description> 9781 <description>Please enter the description of this user action.</description>
9782 </action> 9782 </action>
9783 9783
9784 <action name="SelectTab7"> 9784 <action name="SelectTab7">
9785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9786 <description>Please enter the description of this user action.</description> 9786 <description>Please enter the description of this user action.</description>
9787 </action> 9787 </action>
9788 9788
9789 <action name="SetTimeDialog_Show">
Alexei Svitkine (slow) 2014/04/25 22:25:27 Nit: How about: Options_SetTimeDialog_Show
stevenjb 2014/04/25 22:53:31 +1
michaelpg 2014/04/25 23:50:29 Done.
9790 <owner>michaelpg@chromium.org</owner>
9791 <description>Set system time dialog was launched.</description>
9792 </action>
9793
9789 <action name="SettingsResetBubble.LearnMore"> 9794 <action name="SettingsResetBubble.LearnMore">
9790 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9795 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9791 <description>Please enter the description of this user action.</description> 9796 <description>Please enter the description of this user action.</description>
9792 </action> 9797 </action>
9793 9798
9794 <action name="SettingsResetBubble.NoThanks"> 9799 <action name="SettingsResetBubble.NoThanks">
9795 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9800 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9796 <description>Please enter the description of this user action.</description> 9801 <description>Please enter the description of this user action.</description>
9797 </action> 9802 </action>
9798 9803
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
10950 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10951 <description>Please enter the description of this user action.</description> 10956 <description>Please enter the description of this user action.</description>
10952 </action> 10957 </action>
10953 10958
10954 <action name="webapps.AddShortcut.Bookmark"> 10959 <action name="webapps.AddShortcut.Bookmark">
10955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10956 <description>Please enter the description of this user action.</description> 10961 <description>Please enter the description of this user action.</description>
10957 </action> 10962 </action>
10958 10963
10959 </actions> 10964 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698