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

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: 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 9943 matching lines...) Expand 10 before | Expand all | Expand 10 after
9954 <action name="ShowSections_RecentSitesEnabled"> 9954 <action name="ShowSections_RecentSitesEnabled">
9955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9956 <description>Please enter the description of this user action.</description> 9956 <description>Please enter the description of this user action.</description>
9957 </action> 9957 </action>
9958 9958
9959 <action name="ShowSessions"> 9959 <action name="ShowSessions">
9960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9961 <description>Please enter the description of this user action.</description> 9961 <description>Please enter the description of this user action.</description>
9962 </action> 9962 </action>
9963 9963
9964 <action name="ShowSetTimeDialog">
Alexei Svitkine (slow) 2014/04/25 15:04:12 I know there's existing bad precedent, but it's be
michaelpg 2014/04/25 20:05:14 Done.
9965 <owner>michaelpg@chromium.org</owner>
9966 <description>Set system time dialog was launched.</description>
9967 </action>
9968
9964 <action name="Shutdown"> 9969 <action name="Shutdown">
9965 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9970 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9966 <description>Please enter the description of this user action.</description> 9971 <description>Please enter the description of this user action.</description>
9967 </action> 9972 </action>
9968 9973
9969 <action name="SiteChipPress"> 9974 <action name="SiteChipPress">
9970 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9975 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9971 <description>Please enter the description of this user action.</description> 9976 <description>Please enter the description of this user action.</description>
9972 </action> 9977 </action>
9973 9978
(...skipping 976 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