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

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: rebase, single quotes in browsertest js 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
« no previous file with comments | « chromeos/dbus/system_clock_client.cc ('k') | no next file » | 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 8672 matching lines...) Expand 10 before | Expand all | Expand 10 after
8683 <action name="Options_SetAsDefaultBrowser"> 8683 <action name="Options_SetAsDefaultBrowser">
8684 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8684 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8685 <description>Please enter the description of this user action.</description> 8685 <description>Please enter the description of this user action.</description>
8686 </action> 8686 </action>
8687 8687
8688 <action name="Options_SetDownloadDirectory"> 8688 <action name="Options_SetDownloadDirectory">
8689 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8689 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8690 <description>Please enter the description of this user action.</description> 8690 <description>Please enter the description of this user action.</description>
8691 </action> 8691 </action>
8692 8692
8693 <action name="Options_SetTimeDialog_Show">
8694 <owner>michaelpg@chromium.org</owner>
8695 <description>Set system time dialog was launched.</description>
8696 </action>
8697
8693 <action name="Options_ShowAutoFillSettings"> 8698 <action name="Options_ShowAutoFillSettings">
8694 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8699 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8695 <description>Please enter the description of this user action.</description> 8700 <description>Please enter the description of this user action.</description>
8696 </action> 8701 </action>
8697 8702
8698 <action name="Options_ShowBookmarksBar_Disable"> 8703 <action name="Options_ShowBookmarksBar_Disable">
8699 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8704 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8700 <description>Please enter the description of this user action.</description> 8705 <description>Please enter the description of this user action.</description>
8701 </action> 8706 </action>
8702 8707
(...skipping 2247 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
« no previous file with comments | « chromeos/dbus/system_clock_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698