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

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

Issue 2899223002: [MD Bookmarks] Fix singleton tab behavior. (Closed)
Patch Set: add bookmark node constants Created 3 years, 6 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. 9 and description for each user action.
10 10
(...skipping 14721 matching lines...) Expand 10 before | Expand all | Expand 10 after
14732 <action name="ShowBluetoothSettingsPage"> 14732 <action name="ShowBluetoothSettingsPage">
14733 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14733 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14734 <description>Please enter the description of this user action.</description> 14734 <description>Please enter the description of this user action.</description>
14735 </action> 14735 </action>
14736 14736
14737 <action name="ShowBookmarkManager"> 14737 <action name="ShowBookmarkManager">
14738 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14738 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14739 <description>Please enter the description of this user action.</description> 14739 <description>Please enter the description of this user action.</description>
14740 </action> 14740 </action>
14741 14741
14742 <action name="ShowBookmarks">
14743 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14744 <description>Please enter the description of this user action.</description>
14745 </action>
14746
14747 <action name="ShowBookmarksBar"> 14742 <action name="ShowBookmarksBar">
14748 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14743 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14749 <description>Please enter the description of this user action.</description> 14744 <description>Please enter the description of this user action.</description>
14750 </action> 14745 </action>
14751 14746
14752 <action name="ShowChargerReplacementDialog"> 14747 <action name="ShowChargerReplacementDialog">
14753 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14748 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14754 <description>Please enter the description of this user action.</description> 14749 <description>Please enter the description of this user action.</description>
14755 </action> 14750 </action>
14756 14751
(...skipping 2479 matching lines...) Expand 10 before | Expand all | Expand 10 after
17236 <action name="webapps.AddShortcut.Manifest"> 17231 <action name="webapps.AddShortcut.Manifest">
17237 <owner>mlamouri@chromium.org</owner> 17232 <owner>mlamouri@chromium.org</owner>
17238 <description> 17233 <description>
17239 Shortcut added to the homescreen with a valid Manifest. This action will be 17234 Shortcut added to the homescreen with a valid Manifest. This action will be
17240 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17235 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17241 to keep a trend of whether the webapp also add meta tags. 17236 to keep a trend of whether the webapp also add meta tags.
17242 </description> 17237 </description>
17243 </action> 17238 </action>
17244 17239
17245 </actions> 17240 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698