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

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

Issue 2240833002: Metric for opening the Download Manager UI from the NTP More-card (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinesplit
Patch Set: Created 4 years, 4 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/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java ('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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 9261 matching lines...) Expand 10 before | Expand all | Expand 10 after
9272 <description> 9272 <description>
9273 The New Tab Page (NTP) was loaded or brought to foreground by the user. 9273 The New Tab Page (NTP) was loaded or brought to foreground by the user.
9274 </description> 9274 </description>
9275 </action> 9275 </action>
9276 9276
9277 <action name="MobileNTPSwitchToBookmarks"> 9277 <action name="MobileNTPSwitchToBookmarks">
9278 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9278 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9279 <description>Please enter the description of this user action.</description> 9279 <description>Please enter the description of this user action.</description>
9280 </action> 9280 </action>
9281 9281
9282 <action name="MobileNTPSwitchToDownloadManager">
9283 <owner>bauerb@chromium.org</owner>
9284 <description>
9285 Android: User clicked on the &quot;More&quot; card at the end of the section
9286 of Downloads suggestions on the NTP to open the Download Manager UI.
9287 </description>
9288 </action>
9289
9282 <action name="MobileNTPSwitchToIncognito"> 9290 <action name="MobileNTPSwitchToIncognito">
9283 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9291 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9284 <description>Please enter the description of this user action.</description> 9292 <description>Please enter the description of this user action.</description>
9285 <obsolete>Deprecated as of 5/2015</obsolete> 9293 <obsolete>Deprecated as of 5/2015</obsolete>
9286 </action> 9294 </action>
9287 9295
9288 <action name="MobileNTPSwitchToMostVisited"> 9296 <action name="MobileNTPSwitchToMostVisited">
9289 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9297 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9290 <description>Please enter the description of this user action.</description> 9298 <description>Please enter the description of this user action.</description>
9291 <obsolete>Deprecated as of 5/2015</obsolete> 9299 <obsolete>Deprecated as of 5/2015</obsolete>
(...skipping 6088 matching lines...) Expand 10 before | Expand all | Expand 10 after
15380 <action name="webapps.AddShortcut.Manifest"> 15388 <action name="webapps.AddShortcut.Manifest">
15381 <owner>mlamouri@chromium.org</owner> 15389 <owner>mlamouri@chromium.org</owner>
15382 <description> 15390 <description>
15383 Shortcut added to the homescreen with a valid Manifest. This action will be 15391 Shortcut added to the homescreen with a valid Manifest. This action will be
15384 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15392 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15385 to keep a trend of whether the webapp also add meta tags. 15393 to keep a trend of whether the webapp also add meta tags.
15386 </description> 15394 </description>
15387 </action> 15395 </action>
15388 15396
15389 </actions> 15397 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698