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

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

Issue 1491393002: Remove unused NTP UMA stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/omnibox/LocationBarLayout.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 immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 7918 matching lines...) Expand 10 before | Expand all | Expand 10 after
7929 7929
7930 <action name="MobileContextMenuViewImage"> 7930 <action name="MobileContextMenuViewImage">
7931 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7931 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7932 <description>Please enter the description of this user action.</description> 7932 <description>Please enter the description of this user action.</description>
7933 <obsolete>Deprecated as of 8/2015</obsolete> 7933 <obsolete>Deprecated as of 8/2015</obsolete>
7934 </action> 7934 </action>
7935 7935
7936 <action name="MobileFirstEditInOmnibox"> 7936 <action name="MobileFirstEditInOmnibox">
7937 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7937 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7938 <description>Please enter the description of this user action.</description> 7938 <description>Please enter the description of this user action.</description>
7939 <obsolete>Deprecated as of 12/2015</obsolete>
7939 </action> 7940 </action>
7940 7941
7941 <action name="MobileFocusedFakeboxOnNtp"> 7942 <action name="MobileFocusedFakeboxOnNtp">
7942 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7943 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7943 <description>Please enter the description of this user action.</description> 7944 <description>Please enter the description of this user action.</description>
7945 <obsolete>Deprecated as of 12/2015</obsolete>
7944 </action> 7946 </action>
7945 7947
7946 <action name="MobileFocusedOmniboxNotOnNtp"> 7948 <action name="MobileFocusedOmniboxNotOnNtp">
7947 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7949 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7948 <description>Please enter the description of this user action.</description> 7950 <description>Please enter the description of this user action.</description>
7951 <obsolete>Deprecated as of 12/2015</obsolete>
7949 </action> 7952 </action>
7950 7953
7951 <action name="MobileFocusedOmniboxOnNtp"> 7954 <action name="MobileFocusedOmniboxOnNtp">
7952 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7953 <description>Please enter the description of this user action.</description> 7956 <description>Please enter the description of this user action.</description>
7957 <obsolete>Deprecated as of 12/2015</obsolete>
7954 </action> 7958 </action>
7955 7959
7956 <action name="MobileFre.SignInShown"> 7960 <action name="MobileFre.SignInShown">
7957 <owner>aruslan@chromium.org</owner> 7961 <owner>aruslan@chromium.org</owner>
7958 <description> 7962 <description>
7959 User was presented with the sign-in dialog during the First Run Experience. 7963 User was presented with the sign-in dialog during the First Run Experience.
7960 This metric is specific to Android. 7964 This metric is specific to Android.
7961 </description> 7965 </description>
7962 </action> 7966 </action>
7963 7967
(...skipping 5259 matching lines...) Expand 10 before | Expand all | Expand 10 after
13223 <action name="webapps.AddShortcut.Manifest"> 13227 <action name="webapps.AddShortcut.Manifest">
13224 <owner>mlamouri@chromium.org</owner> 13228 <owner>mlamouri@chromium.org</owner>
13225 <description> 13229 <description>
13226 Shortcut added to the homescreen with a valid Manifest. This action will be 13230 Shortcut added to the homescreen with a valid Manifest. This action will be
13227 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13231 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13228 to keep a trend of whether the webapp also add meta tags. 13232 to keep a trend of whether the webapp also add meta tags.
13229 </description> 13233 </description>
13230 </action> 13234 </action>
13231 13235
13232 </actions> 13236 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698