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

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

Issue 1097393002: Added Launcher_SwitchTask UMA user action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « ash/test/shelf_view_test_api.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 7073 matching lines...) Expand 10 before | Expand all | Expand 10 after
7084 </action> 7084 </action>
7085 7085
7086 <action name="Launcher_LaunchTask"> 7086 <action name="Launcher_LaunchTask">
7087 <owner>bruthig@google.com</owner> 7087 <owner>bruthig@google.com</owner>
7088 <owner>tdanderson@google.com</owner> 7088 <owner>tdanderson@google.com</owner>
7089 <description> 7089 <description>
7090 Recorded when the user launches a new task from the shelf. 7090 Recorded when the user launches a new task from the shelf.
7091 </description> 7091 </description>
7092 </action> 7092 </action>
7093 7093
7094 <action name="Launcher_SwitchTask">
7095 <owner>bruthig@google.com</owner>
7096 <owner>tdanderson@google.com</owner>
7097 <description>
7098 Recorded when the user activates an existing task from the shelf.
7099 </description>
7100 </action>
7101
7094 <action name="LoadURL"> 7102 <action name="LoadURL">
7095 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7103 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7096 <description>Please enter the description of this user action.</description> 7104 <description>Please enter the description of this user action.</description>
7097 </action> 7105 </action>
7098 7106
7099 <action name="LoadURLFromKeyword"> 7107 <action name="LoadURLFromKeyword">
7100 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7108 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7101 <description>Please enter the description of this user action.</description> 7109 <description>Please enter the description of this user action.</description>
7102 </action> 7110 </action>
7103 7111
(...skipping 5060 matching lines...) Expand 10 before | Expand all | Expand 10 after
12164 <action name="webapps.AddShortcut.Manifest"> 12172 <action name="webapps.AddShortcut.Manifest">
12165 <owner>mlamouri@chromium.org</owner> 12173 <owner>mlamouri@chromium.org</owner>
12166 <description> 12174 <description>
12167 Shortcut added to the homescreen with a valid Manifest. This action will be 12175 Shortcut added to the homescreen with a valid Manifest. This action will be
12168 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12176 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12169 to keep a trend of whether the webapp also add meta tags. 12177 to keep a trend of whether the webapp also add meta tags.
12170 </description> 12178 </description>
12171 </action> 12179 </action>
12172 12180
12173 </actions> 12181 </actions>
OLDNEW
« no previous file with comments | « ash/test/shelf_view_test_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698