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

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

Issue 2946543002: Cros Tablet: Add UMA stats for the user close actions in tablet mode. (Closed)
Patch Set: Address asvitkine@'s comments. 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
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu.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 16571 matching lines...) Expand 10 before | Expand all | Expand 10 after
16582 <action name="Tab_DropURLBetweenTabs"> 16582 <action name="Tab_DropURLBetweenTabs">
16583 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16583 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16584 <description>Please enter the description of this user action.</description> 16584 <description>Please enter the description of this user action.</description>
16585 </action> 16585 </action>
16586 16586
16587 <action name="Tab_DropURLOnTab"> 16587 <action name="Tab_DropURLOnTab">
16588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16589 <description>Please enter the description of this user action.</description> 16589 <description>Please enter the description of this user action.</description>
16590 </action> 16590 </action>
16591 16591
16592 <action name="Tablet_WindowCloseFromCaptionButton">
16593 <owner>xdai@chromium.org</owner>
16594 <description>
16595 User closed the window through the close button in the caption area in
16596 tablet mode on Chrome OS.
16597 </description>
16598 </action>
16599
16600 <action name="Tablet_WindowCloseFromContextMenu">
16601 <owner>xdai@chromium.org</owner>
16602 <description>
16603 User closed the window through the shelf context menu in tablet mode on
16604 Chrome OS.
16605 </description>
16606 </action>
16607
16608 <action name="Tablet_WindowCloseFromOverviewButton">
16609 <owner>xdai@chromium.org</owner>
16610 <description>
16611 User closed the window through the close button in overview mode in tablet
16612 mode on Chrome OS.
16613 </description>
16614 </action>
16615
16592 <action name="TaskManagement.OpenInChromeActionButtonClicked"> 16616 <action name="TaskManagement.OpenInChromeActionButtonClicked">
16593 <obsolete>The button option was removed and code deleted.</obsolete> 16617 <obsolete>The button option was removed and code deleted.</obsolete>
16594 <owner>dfalcantara@chromium.org</owner> 16618 <owner>dfalcantara@chromium.org</owner>
16595 <description> 16619 <description>
16596 User hit the &quot;Open in Chrome&quot; action button. 16620 User hit the &quot;Open in Chrome&quot; action button.
16597 </description> 16621 </description>
16598 </action> 16622 </action>
16599 16623
16600 <action name="TaskManagement.ReturnButtonClicked"> 16624 <action name="TaskManagement.ReturnButtonClicked">
16601 <obsolete>The button option was removed and code deleted.</obsolete> 16625 <obsolete>The button option was removed and code deleted.</obsolete>
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
17534 <action name="webapps.AddShortcut.Manifest"> 17558 <action name="webapps.AddShortcut.Manifest">
17535 <owner>mlamouri@chromium.org</owner> 17559 <owner>mlamouri@chromium.org</owner>
17536 <description> 17560 <description>
17537 Shortcut added to the homescreen with a valid Manifest. This action will be 17561 Shortcut added to the homescreen with a valid Manifest. This action will be
17538 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17562 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17539 to keep a trend of whether the webapp also add meta tags. 17563 to keep a trend of whether the webapp also add meta tags.
17540 </description> 17564 </description>
17541 </action> 17565 </action>
17542 17566
17543 </actions> 17567 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698