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 211543008: Show a modified outdated upgrade Bubble for non-enterprise users without auto-update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review comments 1. 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 8649 matching lines...) Expand 10 before | Expand all | Expand 10 after
8660 <action name="OutdatedPluginInfobar.Shown.Silverlight"> 8660 <action name="OutdatedPluginInfobar.Shown.Silverlight">
8661 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8661 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8662 <description>Please enter the description of this user action.</description> 8662 <description>Please enter the description of this user action.</description>
8663 </action> 8663 </action>
8664 8664
8665 <action name="OutdatedPluginInfobar.Update"> 8665 <action name="OutdatedPluginInfobar.Update">
8666 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8666 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8667 <description>Please enter the description of this user action.</description> 8667 <description>Please enter the description of this user action.</description>
8668 </action> 8668 </action>
8669 8669
8670 <action name="OutdatedUpgradeBubble.EnableAU">
8671 <owner>mad@chromium.org</owner>
8672 <description>
8673 When the user clicks on the Enable updates button of the outdated upgrade
8674 bubble.
8675 </description>
8676 </action>
8677
8670 <action name="OutdatedUpgradeBubble.Later"> 8678 <action name="OutdatedUpgradeBubble.Later">
8671 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8679 <owner>mad@chromium.org</owner>
8672 <description>Please enter the description of this user action.</description> 8680 <description>
8681 When the user clicks on the Later button of the outdated upgrade bubble.
8682 </description>
8673 </action> 8683 </action>
8674 8684
8675 <action name="OutdatedUpgradeBubble.Reinstall"> 8685 <action name="OutdatedUpgradeBubble.Reinstall">
8676 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8686 <owner>mad@chromium.org</owner>
8677 <description>Please enter the description of this user action.</description> 8687 <description>
8688 When the user clicks on the Reinstall button of the outdated upgrade bubble.
8689 </description>
8678 </action> 8690 </action>
8679 8691
8680 <action name="OutdatedUpgradeBubble.Show"> 8692 <action name="OutdatedUpgradeBubble.Show">
8681 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8693 <owner>mad@chromium.org</owner>
8682 <description>Please enter the description of this user action.</description> 8694 <description>
8695 When the outdated upgrade bubble is shown for a user with auto-update on.
8696 </description>
8697 </action>
8698
8699 <action name="OutdatedUpgradeBubble.ShowNoAU">
8700 <owner>mad@chromium.org</owner>
8701 <description>
8702 When the outdated upgrade bubble is shown for a user with auto-update off.
8703 </description>
8683 </action> 8704 </action>
8684 8705
8685 <action name="Outdent"> 8706 <action name="Outdent">
8686 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8687 <description>Please enter the description of this user action.</description> 8708 <description>Please enter the description of this user action.</description>
8688 </action> 8709 </action>
8689 8710
8690 <action name="OverrideEncoding"> 8711 <action name="OverrideEncoding">
8691 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8692 <description>Please enter the description of this user action.</description> 8713 <description>Please enter the description of this user action.</description>
(...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
10581 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10602 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10582 <description>Please enter the description of this user action.</description> 10603 <description>Please enter the description of this user action.</description>
10583 </action> 10604 </action>
10584 10605
10585 <action name="webapps.AddShortcut.Bookmark"> 10606 <action name="webapps.AddShortcut.Bookmark">
10586 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10607 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10587 <description>Please enter the description of this user action.</description> 10608 <description>Please enter the description of this user action.</description>
10588 </action> 10609 </action>
10589 10610
10590 </actions> 10611 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698