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

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

Issue 1129293002: Fix the System Profile with extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: and a few fewer unnecessary checks Created 5 years, 7 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 1747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 <action name="BookmarkMenu_clicked"> 1758 <action name="BookmarkMenu_clicked">
1759 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1759 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1760 <description>Please enter the description of this user action.</description> 1760 <description>Please enter the description of this user action.</description>
1761 </action> 1761 </action>
1762 1762
1763 <action name="Bookmarks_Search"> 1763 <action name="Bookmarks_Search">
1764 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1764 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1765 <description>Please enter the description of this user action.</description> 1765 <description>Please enter the description of this user action.</description>
1766 </action> 1766 </action>
1767 1767
1768 <action name="BrowserForSystemProfile">
1769 <owner>mlerman@chromium.org</owner>
1770 <description>A browser opened with the System Profile. Tsk, tsk.</description>
1771 </action>
1772
1768 <action name="BrowserPlugin.Guest.AbnormalDeath"> 1773 <action name="BrowserPlugin.Guest.AbnormalDeath">
1769 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1774 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1770 <description>Please enter the description of this user action.</description> 1775 <description>Please enter the description of this user action.</description>
1771 </action> 1776 </action>
1772 1777
1773 <action name="BrowserPlugin.Guest.Attached"> 1778 <action name="BrowserPlugin.Guest.Attached">
1774 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1779 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1775 <description>Please enter the description of this user action.</description> 1780 <description>Please enter the description of this user action.</description>
1776 </action> 1781 </action>
1777 1782
(...skipping 10557 matching lines...) Expand 10 before | Expand all | Expand 10 after
12335 <action name="webapps.AddShortcut.Manifest"> 12340 <action name="webapps.AddShortcut.Manifest">
12336 <owner>mlamouri@chromium.org</owner> 12341 <owner>mlamouri@chromium.org</owner>
12337 <description> 12342 <description>
12338 Shortcut added to the homescreen with a valid Manifest. This action will be 12343 Shortcut added to the homescreen with a valid Manifest. This action will be
12339 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12344 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12340 to keep a trend of whether the webapp also add meta tags. 12345 to keep a trend of whether the webapp also add meta tags.
12341 </description> 12346 </description>
12342 </action> 12347 </action>
12343 12348
12344 </actions> 12349 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698