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

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

Issue 2096073002: Record how often we end up in Chrome from external navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add null check for activity info. Created 4 years, 5 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. 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 8731 matching lines...) Expand 10 before | Expand all | Expand 10 after
8742 <description>Please enter the description of this user action.</description> 8742 <description>Please enter the description of this user action.</description>
8743 <obsolete>Deprecated as of 8/2015</obsolete> 8743 <obsolete>Deprecated as of 8/2015</obsolete>
8744 </action> 8744 </action>
8745 8745
8746 <action name="MobileContextMenuViewImage"> 8746 <action name="MobileContextMenuViewImage">
8747 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8747 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8748 <description>Please enter the description of this user action.</description> 8748 <description>Please enter the description of this user action.</description>
8749 <obsolete>Deprecated as of 8/2015</obsolete> 8749 <obsolete>Deprecated as of 8/2015</obsolete>
8750 </action> 8750 </action>
8751 8751
8752 <action name="MobileExternalNavigationDispatched">
8753 <owner>mariakhomenko@chromium.org</owner>
8754 <description>
8755 Records when the system started a VIEW intent on a navigation click. This
8756 happens when there is another application in the system that's not a browser
8757 and that can handle this URL (e.g. Maps app for http://maps.google.com/
8758 url).
8759 </description>
8760 </action>
8761
8762 <action name="MobileExternalNavigationReceived">
8763 <owner>mariakhomenko@chromium.org</owner>
8764 <description>
8765 Records when a user was given a choice between using Chrome and an installed
8766 app and chose Chrome.
8767 </description>
8768 </action>
8769
8752 <action name="MobileFirstEditInOmnibox"> 8770 <action name="MobileFirstEditInOmnibox">
8753 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8771 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8754 <description>Please enter the description of this user action.</description> 8772 <description>Please enter the description of this user action.</description>
8755 <obsolete>Deprecated as of 12/2015</obsolete> 8773 <obsolete>Deprecated as of 12/2015</obsolete>
8756 </action> 8774 </action>
8757 8775
8758 <action name="MobileFocusedFakeboxOnNtp"> 8776 <action name="MobileFocusedFakeboxOnNtp">
8759 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8777 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8760 <description>Please enter the description of this user action.</description> 8778 <description>Please enter the description of this user action.</description>
8761 <obsolete>Deprecated as of 12/2015</obsolete> 8779 <obsolete>Deprecated as of 12/2015</obsolete>
(...skipping 6106 matching lines...) Expand 10 before | Expand all | Expand 10 after
14868 <action name="webapps.AddShortcut.Manifest"> 14886 <action name="webapps.AddShortcut.Manifest">
14869 <owner>mlamouri@chromium.org</owner> 14887 <owner>mlamouri@chromium.org</owner>
14870 <description> 14888 <description>
14871 Shortcut added to the homescreen with a valid Manifest. This action will be 14889 Shortcut added to the homescreen with a valid Manifest. This action will be
14872 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14890 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14873 to keep a trend of whether the webapp also add meta tags. 14891 to keep a trend of whether the webapp also add meta tags.
14874 </description> 14892 </description>
14875 </action> 14893 </action>
14876 14894
14877 </actions> 14895 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698