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

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: Created 4 years, 9 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 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2622 <description> 2622 <description>
2623 The user clicked &quot;Set as default&quot; on the info bar. 2623 The user clicked &quot;Set as default&quot; on the info bar.
2624 </description> 2624 </description>
2625 </action> 2625 </action>
2626 2626
2627 <action name="DefaultBrowserInfoBar_DontAskAgain"> 2627 <action name="DefaultBrowserInfoBar_DontAskAgain">
2628 <owner>pmonette@chromium.org</owner> 2628 <owner>pmonette@chromium.org</owner>
2629 <description> 2629 <description>
2630 The user clicked &quot;Don't ask again&quot; on the info bar. 2630 The user clicked &quot;Don't ask again&quot; on the info bar.
2631 </description> 2631 </description>
2632 <obsolete>Removed in M51.</obsolete>
2632 </action> 2633 </action>
2633 2634
2634 <action name="Delete"> 2635 <action name="Delete">
2635 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2636 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2636 <description>Please enter the description of this user action.</description> 2637 <description>Please enter the description of this user action.</description>
2637 </action> 2638 </action>
2638 2639
2639 <action name="DeleteBackward"> 2640 <action name="DeleteBackward">
2640 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2641 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2641 <description>Please enter the description of this user action.</description> 2642 <description>Please enter the description of this user action.</description>
(...skipping 11321 matching lines...) Expand 10 before | Expand all | Expand 10 after
13963 <action name="webapps.AddShortcut.Manifest"> 13964 <action name="webapps.AddShortcut.Manifest">
13964 <owner>mlamouri@chromium.org</owner> 13965 <owner>mlamouri@chromium.org</owner>
13965 <description> 13966 <description>
13966 Shortcut added to the homescreen with a valid Manifest. This action will be 13967 Shortcut added to the homescreen with a valid Manifest. This action will be
13967 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13968 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13968 to keep a trend of whether the webapp also add meta tags. 13969 to keep a trend of whether the webapp also add meta tags.
13969 </description> 13970 </description>
13970 </action> 13971 </action>
13971 13972
13972 </actions> 13973 </actions>
OLDNEW
« chrome/browser/ui/startup/default_browser_prompt.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698