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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 1d4fb44e73ebbd206128b65ad3af90b42349f0d2..bd18a32039164e29e5725601be278a04be66b4b0 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11124,11 +11124,9 @@ should be able to be added at any place in this file.
</action>
<action name="Options_DefaultFullScreenSettingChanged">
- <owner>lshang@chromium.org</owner>
- <description>
- Recorded when the default value for the Full Screen content setting is
- changed by the user.
- </description>
+ <owner>mgiuca@chromium.org</owner>
+ <description>Was used for changing fullscreen settings.</description>
+ <obsolete>Deprecated as of 2016-10. These settings no longer exist.</obsolete>
</action>
<action name="Options_DefaultGeolocationSettingChanged">
@@ -11196,8 +11194,9 @@ should be able to be added at any place in this file.
</action>
<action name="Options_DefaultMouseLockSettingChanged">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>mgiuca@chromium.org</owner>
+ <description>Was used for changing mouse lock settings.</description>
+ <obsolete>Deprecated as of 2016-10. These settings no longer exist.</obsolete>
</action>
<action name="Options_DefaultMultipleAutomaticDLSettingChange">

Powered by Google App Engine
This is Rietveld 408576698