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

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

Issue 768413003: TEST ONLY - DO NOT SUBMIT - FOR TRYBOTS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad merge Created 5 years, 11 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 9553 matching lines...) Expand 10 before | Expand all | Expand 10 after
9564 <action name="Options_WhitelistedUser_Add"> 9564 <action name="Options_WhitelistedUser_Add">
9565 <owner>stevenjb@chromium.org</owner> 9565 <owner>stevenjb@chromium.org</owner>
9566 <description>Settings: Users: Add a whitelisted user</description> 9566 <description>Settings: Users: Add a whitelisted user</description>
9567 </action> 9567 </action>
9568 9568
9569 <action name="Options_WhitelistedUser_Remove"> 9569 <action name="Options_WhitelistedUser_Remove">
9570 <owner>stevenjb@chromium.org</owner> 9570 <owner>stevenjb@chromium.org</owner>
9571 <description>Settings: Users: Remove a whitelisted user</description> 9571 <description>Settings: Users: Remove a whitelisted user</description>
9572 </action> 9572 </action>
9573 9573
9574 <action name="OriginChipPress">
9575 <owner>macourteau@chromium.org</owner>
9576 <description>Please enter the description of this user action.</description>
9577 </action>
9578
9579 <action name="OutdatedPluginInfobar.AllowThisTime"> 9574 <action name="OutdatedPluginInfobar.AllowThisTime">
9580 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9575 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9581 <description>Please enter the description of this user action.</description> 9576 <description>Please enter the description of this user action.</description>
9582 </action> 9577 </action>
9583 9578
9584 <action name="OutdatedPluginInfobar.Closed"> 9579 <action name="OutdatedPluginInfobar.Closed">
9585 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9580 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9586 <description>Please enter the description of this user action.</description> 9581 <description>Please enter the description of this user action.</description>
9587 </action> 9582 </action>
9588 9583
(...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after
11873 <action name="webapps.AddShortcut.Manifest"> 11868 <action name="webapps.AddShortcut.Manifest">
11874 <owner>mlamouri@chromium.org</owner> 11869 <owner>mlamouri@chromium.org</owner>
11875 <description> 11870 <description>
11876 Shortcut added to the homescreen with a valid Manifest. This action will be 11871 Shortcut added to the homescreen with a valid Manifest. This action will be
11877 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11872 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11878 to keep a trend of whether the webapp also add meta tags. 11873 to keep a trend of whether the webapp also add meta tags.
11879 </description> 11874 </description>
11880 </action> 11875 </action>
11881 11876
11882 </actions> 11877 </actions>
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698