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

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

Issue 1837963003: Remove document mode opt-out promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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 | « chrome/android/java/strings/android_chrome_strings.grd ('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 2887 matching lines...) Expand 10 before | Expand all | Expand 10 after
2898 </action> 2898 </action>
2899 2899
2900 <action name="DockingWindow_Top"> 2900 <action name="DockingWindow_Top">
2901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2902 <description>Please enter the description of this user action.</description> 2902 <description>Please enter the description of this user action.</description>
2903 </action> 2903 </action>
2904 2904
2905 <action name="DocumentActivity_OptOutShownOnHome"> 2905 <action name="DocumentActivity_OptOutShownOnHome">
2906 <owner>mariakhomenko@chromium.org</owner> 2906 <owner>mariakhomenko@chromium.org</owner>
2907 <description>User was presented with the opt out promo.</description> 2907 <description>User was presented with the opt out promo.</description>
2908 <obsolete>Removed in M51.</obsolete>
2908 </action> 2909 </action>
2909 2910
2910 <action name="DocumentActivity_UserOptIn"> 2911 <action name="DocumentActivity_UserOptIn">
2911 <owner>mariakhomenko@chromium.org</owner> 2912 <owner>mariakhomenko@chromium.org</owner>
2912 <description>User opted in to document mode through settings.</description> 2913 <description>User opted in to document mode through settings.</description>
2914 <obsolete>Removed in M51.</obsolete>
2913 </action> 2915 </action>
2914 2916
2915 <action name="DocumentActivity_UserOptOut"> 2917 <action name="DocumentActivity_UserOptOut">
2916 <owner>mariakhomenko@chromium.org</owner> 2918 <owner>mariakhomenko@chromium.org</owner>
2917 <description>User opted out of document mode through settings.</description> 2919 <description>User opted out of document mode through settings.</description>
2920 <obsolete>Removed in M51.</obsolete>
2918 </action> 2921 </action>
2919 2922
2920 <action name="DomDistiller_DistilledPageOpened"> 2923 <action name="DomDistiller_DistilledPageOpened">
2921 <owner>smaslo@chromium.org</owner> 2924 <owner>smaslo@chromium.org</owner>
2922 <owner>yfriedman@chromium.org</owner> 2925 <owner>yfriedman@chromium.org</owner>
2923 <description>User opens reader mode on a page.</description> 2926 <description>User opens reader mode on a page.</description>
2924 </action> 2927 </action>
2925 2928
2926 <action name="DomDistiller_DistilledPagePrefsOpened"> 2929 <action name="DomDistiller_DistilledPagePrefsOpened">
2927 <owner>smaslo@chromium.org</owner> 2930 <owner>smaslo@chromium.org</owner>
(...skipping 11116 matching lines...) Expand 10 before | Expand all | Expand 10 after
14044 <action name="webapps.AddShortcut.Manifest"> 14047 <action name="webapps.AddShortcut.Manifest">
14045 <owner>mlamouri@chromium.org</owner> 14048 <owner>mlamouri@chromium.org</owner>
14046 <description> 14049 <description>
14047 Shortcut added to the homescreen with a valid Manifest. This action will be 14050 Shortcut added to the homescreen with a valid Manifest. This action will be
14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14051 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14049 to keep a trend of whether the webapp also add meta tags. 14052 to keep a trend of whether the webapp also add meta tags.
14050 </description> 14053 </description>
14051 </action> 14054 </action>
14052 14055
14053 </actions> 14056 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698