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

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: Created 6 years 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
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 9407 matching lines...) Expand 10 before | Expand all | Expand 10 after
9418 <action name="Options_WhitelistedUser_Add"> 9418 <action name="Options_WhitelistedUser_Add">
9419 <owner>stevenjb@chromium.org</owner> 9419 <owner>stevenjb@chromium.org</owner>
9420 <description>Settings: Users: Add a whitelisted user</description> 9420 <description>Settings: Users: Add a whitelisted user</description>
9421 </action> 9421 </action>
9422 9422
9423 <action name="Options_WhitelistedUser_Remove"> 9423 <action name="Options_WhitelistedUser_Remove">
9424 <owner>stevenjb@chromium.org</owner> 9424 <owner>stevenjb@chromium.org</owner>
9425 <description>Settings: Users: Remove a whitelisted user</description> 9425 <description>Settings: Users: Remove a whitelisted user</description>
9426 </action> 9426 </action>
9427 9427
9428 <action name="OriginChipPress">
9429 <owner>macourteau@chromium.org</owner>
9430 <description>Please enter the description of this user action.</description>
9431 </action>
9432
9433 <action name="OutdatedPluginInfobar.AllowThisTime"> 9428 <action name="OutdatedPluginInfobar.AllowThisTime">
9434 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9429 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9435 <description>Please enter the description of this user action.</description> 9430 <description>Please enter the description of this user action.</description>
9436 </action> 9431 </action>
9437 9432
9438 <action name="OutdatedPluginInfobar.Closed"> 9433 <action name="OutdatedPluginInfobar.Closed">
9439 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9434 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9440 <description>Please enter the description of this user action.</description> 9435 <description>Please enter the description of this user action.</description>
9441 </action> 9436 </action>
9442 9437
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
11709 <action name="webapps.AddShortcut.Manifest"> 11704 <action name="webapps.AddShortcut.Manifest">
11710 <owner>mlamouri@chromium.org</owner> 11705 <owner>mlamouri@chromium.org</owner>
11711 <description> 11706 <description>
11712 Shortcut added to the homescreen with a valid Manifest. This action will be 11707 Shortcut added to the homescreen with a valid Manifest. This action will be
11713 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11708 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11714 to keep a trend of whether the webapp also add meta tags. 11709 to keep a trend of whether the webapp also add meta tags.
11715 </description> 11710 </description>
11716 </action> 11711 </action>
11717 11712
11718 </actions> 11713 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698