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

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

Issue 684603005: Cleanup: Fix actions.xml breakage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | 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 8505 matching lines...) Expand 10 before | Expand all | Expand 10 after
8516 <action name="Options_DoNotTrackCheckbox_Disable"> 8516 <action name="Options_DoNotTrackCheckbox_Disable">
8517 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8517 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8518 <description>Please enter the description of this user action.</description> 8518 <description>Please enter the description of this user action.</description>
8519 </action> 8519 </action>
8520 8520
8521 <action name="Options_DoNotTrackCheckbox_Enable"> 8521 <action name="Options_DoNotTrackCheckbox_Enable">
8522 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8522 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8523 <description>Please enter the description of this user action.</description> 8523 <description>Please enter the description of this user action.</description>
8524 </action> 8524 </action>
8525 8525
8526 <action name="Options_EasyUnlockRequireProximity_Disable">
8527 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8528 <description>Please enter the description of the metric.</description>
8529 </action>
8530
8531 <action name="Options_EasyUnlockRequireProximity_Enable">
8532 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8533 <description>Please enter the description of the metric.</description>
8534 </action>
8535
8526 <action name="Options_EnableCloudPrintProxy"> 8536 <action name="Options_EnableCloudPrintProxy">
8527 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8537 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8528 <description>Please enter the description of this user action.</description> 8538 <description>Please enter the description of this user action.</description>
8529 </action> 8539 </action>
8530 8540
8531 <action name="Options_FormAutofill_Disable"> 8541 <action name="Options_FormAutofill_Disable">
8532 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8542 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8533 <description>Please enter the description of this user action.</description> 8543 <description>Please enter the description of this user action.</description>
8534 </action> 8544 </action>
8535 8545
(...skipping 3114 matching lines...) Expand 10 before | Expand all | Expand 10 after
11650 <action name="webapps.AddShortcut.Manifest"> 11660 <action name="webapps.AddShortcut.Manifest">
11651 <owner>mlamouri@chromium.org</owner> 11661 <owner>mlamouri@chromium.org</owner>
11652 <description> 11662 <description>
11653 Shortcut added to the homescreen with a valid Manifest. This action will be 11663 Shortcut added to the homescreen with a valid Manifest. This action will be
11654 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11664 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11655 to keep a trend of whether the webapp also add meta tags. 11665 to keep a trend of whether the webapp also add meta tags.
11656 </description> 11666 </description>
11657 </action> 11667 </action>
11658 11668
11659 </actions> 11669 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698