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

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

Issue 2419413002: Deleted CONTENT_SETTINGS_TYPE_FULLSCREEN and MOUSELOCK. (Closed)
Patch Set: Fix more things. Created 4 years, 1 month 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 11106 matching lines...) Expand 10 before | Expand all | Expand 10 after
11117 Triggers when the default content setting for Background Sync is changed. 11117 Triggers when the default content setting for Background Sync is changed.
11118 </description> 11118 </description>
11119 </action> 11119 </action>
11120 11120
11121 <action name="Options_DefaultCookieSettingChanged"> 11121 <action name="Options_DefaultCookieSettingChanged">
11122 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11122 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11123 <description>Please enter the description of this user action.</description> 11123 <description>Please enter the description of this user action.</description>
11124 </action> 11124 </action>
11125 11125
11126 <action name="Options_DefaultFullScreenSettingChanged"> 11126 <action name="Options_DefaultFullScreenSettingChanged">
11127 <owner>lshang@chromium.org</owner> 11127 <owner>mgiuca@chromium.org</owner>
11128 <description> 11128 <description>Was used for changing fullscreen settings.</description>
11129 Recorded when the default value for the Full Screen content setting is 11129 <obsolete>Deprecated as of 2016-10. These settings no longer exist.</obsolete>
11130 changed by the user.
11131 </description>
11132 </action> 11130 </action>
11133 11131
11134 <action name="Options_DefaultGeolocationSettingChanged"> 11132 <action name="Options_DefaultGeolocationSettingChanged">
11135 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11133 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11136 <description>Please enter the description of this user action.</description> 11134 <description>Please enter the description of this user action.</description>
11137 </action> 11135 </action>
11138 11136
11139 <action name="Options_DefaultHandlersSettingChanged"> 11137 <action name="Options_DefaultHandlersSettingChanged">
11140 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11138 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11141 <description>Please enter the description of this user action.</description> 11139 <description>Please enter the description of this user action.</description>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
11189 content setting is changed by the user. 11187 content setting is changed by the user.
11190 </description> 11188 </description>
11191 <obsolete> 11189 <obsolete>
11192 This action was disused in r172302. See 11190 This action was disused in r172302. See
11193 Options_DefaultMediaStreamCameraSettingChanged and 11191 Options_DefaultMediaStreamCameraSettingChanged and
11194 Options_DefaultMediaStreamMicSettingChanged. 11192 Options_DefaultMediaStreamMicSettingChanged.
11195 </obsolete> 11193 </obsolete>
11196 </action> 11194 </action>
11197 11195
11198 <action name="Options_DefaultMouseLockSettingChanged"> 11196 <action name="Options_DefaultMouseLockSettingChanged">
11199 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11197 <owner>mgiuca@chromium.org</owner>
11200 <description>Please enter the description of this user action.</description> 11198 <description>Was used for changing mouse lock settings.</description>
11199 <obsolete>Deprecated as of 2016-10. These settings no longer exist.</obsolete>
11201 </action> 11200 </action>
11202 11201
11203 <action name="Options_DefaultMultipleAutomaticDLSettingChange"> 11202 <action name="Options_DefaultMultipleAutomaticDLSettingChange">
11204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11203 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11205 <description>Please enter the description of this user action.</description> 11204 <description>Please enter the description of this user action.</description>
11206 </action> 11205 </action>
11207 11206
11208 <action name="Options_DefaultNotificationsSettingChanged"> 11207 <action name="Options_DefaultNotificationsSettingChanged">
11209 <owner>peter@chromium.org</owner> 11208 <owner>peter@chromium.org</owner>
11210 <description> 11209 <description>
(...skipping 4693 matching lines...) Expand 10 before | Expand all | Expand 10 after
15904 <action name="webapps.AddShortcut.Manifest"> 15903 <action name="webapps.AddShortcut.Manifest">
15905 <owner>mlamouri@chromium.org</owner> 15904 <owner>mlamouri@chromium.org</owner>
15906 <description> 15905 <description>
15907 Shortcut added to the homescreen with a valid Manifest. This action will be 15906 Shortcut added to the homescreen with a valid Manifest. This action will be
15908 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15907 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15909 to keep a trend of whether the webapp also add meta tags. 15908 to keep a trend of whether the webapp also add meta tags.
15910 </description> 15909 </description>
15911 </action> 15910 </action>
15912 15911
15913 </actions> 15912 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698