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

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: remove autogenerated actions 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
« no previous file with comments | « chrome/test/base/testing_profile_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 <action name="BookmarkMenu_clicked"> 1774 <action name="BookmarkMenu_clicked">
1775 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1775 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1776 <description>Please enter the description of this user action.</description> 1776 <description>Please enter the description of this user action.</description>
1777 </action> 1777 </action>
1778 1778
1779 <action name="Bookmarks_Search"> 1779 <action name="Bookmarks_Search">
1780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1780 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1781 <description>Please enter the description of this user action.</description> 1781 <description>Please enter the description of this user action.</description>
1782 </action> 1782 </action>
1783 1783
1784 <action name="BrowserForSystemProfile">
1785 <owner>mlerman@chromium.org</owner>
1786 <description>
1787 A browser opened with the System Profile. Tsk, tsk. Any non-zero amount
1788 means something is using the system profile for a browser when it likely
1789 shouldn't be.
1790 </description>
1791 </action>
1792
1784 <action name="BrowserPlugin.Guest.AbnormalDeath"> 1793 <action name="BrowserPlugin.Guest.AbnormalDeath">
1785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1794 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1786 <description>Please enter the description of this user action.</description> 1795 <description>Please enter the description of this user action.</description>
1787 </action> 1796 </action>
1788 1797
1789 <action name="BrowserPlugin.Guest.Attached"> 1798 <action name="BrowserPlugin.Guest.Attached">
1790 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1799 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1791 <description>Please enter the description of this user action.</description> 1800 <description>Please enter the description of this user action.</description>
1792 </action> 1801 </action>
1793 1802
(...skipping 10566 matching lines...) Expand 10 before | Expand all | Expand 10 after
12360 <action name="webapps.AddShortcut.Manifest"> 12369 <action name="webapps.AddShortcut.Manifest">
12361 <owner>mlamouri@chromium.org</owner> 12370 <owner>mlamouri@chromium.org</owner>
12362 <description> 12371 <description>
12363 Shortcut added to the homescreen with a valid Manifest. This action will be 12372 Shortcut added to the homescreen with a valid Manifest. This action will be
12364 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12373 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12365 to keep a trend of whether the webapp also add meta tags. 12374 to keep a trend of whether the webapp also add meta tags.
12366 </description> 12375 </description>
12367 </action> 12376 </action>
12368 12377
12369 </actions> 12378 </actions>
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698