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

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

Issue 989523003: Add metrics for tracking how Chrome handled shortcut launches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 9 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 11981 matching lines...) Expand 10 before | Expand all | Expand 10 after
11992 11992
11993 <action name="webapps.AddShortcut.Manifest"> 11993 <action name="webapps.AddShortcut.Manifest">
11994 <owner>mlamouri@chromium.org</owner> 11994 <owner>mlamouri@chromium.org</owner>
11995 <description> 11995 <description>
11996 Shortcut added to the homescreen with a valid Manifest. This action will be 11996 Shortcut added to the homescreen with a valid Manifest. This action will be
11997 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11997 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11998 to keep a trend of whether the webapp also add meta tags. 11998 to keep a trend of whether the webapp also add meta tags.
11999 </description> 11999 </description>
12000 </action> 12000 </action>
12001 12001
12002 <action name="webapps.LaunchedFromHome">
12003 <owner>dfalcantara@chromium.org</owner>
12004 <description>
12005 User launched a WebappActivity from the Android Home screen. This
12006 explicitly does not count relaunching WebappActivities via Android's
12007 Recents menu.
12008 </description>
12009 </action>
12010
12011 </actions> 12002 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698