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

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

Issue 1748773002: Simplify the default browser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new approach without ditching the cancel button Created 4 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
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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2658 <description>Please enter the description of this user action.</description> 2658 <description>Please enter the description of this user action.</description>
2659 </action> 2659 </action>
2660 2660
2661 <action name="DefaultBrowserInfoBar_Accept"> 2661 <action name="DefaultBrowserInfoBar_Accept">
2662 <owner>pmonette@chromium.org</owner> 2662 <owner>pmonette@chromium.org</owner>
2663 <description> 2663 <description>
2664 The user clicked &quot;Set as default&quot; on the info bar. 2664 The user clicked &quot;Set as default&quot; on the info bar.
2665 </description> 2665 </description>
2666 </action> 2666 </action>
2667 2667
2668 <action name="DefaultBrowserInfoBar_Cancel">
2669 <owner>pmonette@chromium.org</owner>
2670 <description>
2671 The user clicked &quot;Don't ask again&quot; on the info bar.
2672 </description>
2673 </action>
2674
2675 <action name="DefaultBrowserInfoBar_Dismiss">
2676 <owner>pmonette@chromium.org</owner>
2677 <description>
2678 The user dismissed the default browser info bar via the 'x'.
2679 </description>
2680 </action>
2681
2668 <action name="DefaultBrowserInfoBar_DontAskAgain"> 2682 <action name="DefaultBrowserInfoBar_DontAskAgain">
2669 <owner>pmonette@chromium.org</owner> 2683 <owner>pmonette@chromium.org</owner>
2670 <description> 2684 <description>
2671 The user clicked &quot;Don't ask again&quot; on the info bar. 2685 The user clicked &quot;Don't ask again&quot; on the info bar.
2672 </description> 2686 </description>
2687 <obsolete>Renamed to DefaultBrowserInfoBar_Cancel in M52.</obsolete>
2673 </action> 2688 </action>
2674 2689
2675 <action name="Delete"> 2690 <action name="Delete">
2676 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2691 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2677 <description>Please enter the description of this user action.</description> 2692 <description>Please enter the description of this user action.</description>
2678 </action> 2693 </action>
2679 2694
2680 <action name="DeleteBackward"> 2695 <action name="DeleteBackward">
2681 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2696 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2682 <description>Please enter the description of this user action.</description> 2697 <description>Please enter the description of this user action.</description>
(...skipping 11480 matching lines...) Expand 10 before | Expand all | Expand 10 after
14163 <action name="webapps.AddShortcut.Manifest"> 14178 <action name="webapps.AddShortcut.Manifest">
14164 <owner>mlamouri@chromium.org</owner> 14179 <owner>mlamouri@chromium.org</owner>
14165 <description> 14180 <description>
14166 Shortcut added to the homescreen with a valid Manifest. This action will be 14181 Shortcut added to the homescreen with a valid Manifest. This action will be
14167 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14182 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14168 to keep a trend of whether the webapp also add meta tags. 14183 to keep a trend of whether the webapp also add meta tags.
14169 </description> 14184 </description>
14170 </action> 14185 </action>
14171 14186
14172 </actions> 14187 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698