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

Unified Diff: tools/metrics/actions/actions.xml

Issue 2207003002: Clears GuestModeEnabled and AddPersonEnabled user prefs if MD settings is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 4 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 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 6225d0f33d79b4560219c2f355e22c494445131f..eee03f322b1570e276d62fc1bcde3420a039dff0 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14795,6 +14795,15 @@ should be able to be added at any place in this file.
<obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
</action>
+<action name="UserManager_Cleared_Legacy_User_Prefs">
+ <owner>mahmadi@chromium.org</owner>
+ <description>
+ Recorded when prefs::kBrowserGuestModeEnabled and
+ prefs::kBrowserAddPersonEnabled are cleared because they are no longer exist
+ in the Material Design settings page.
+ </description>
+</action>
+
<action name="VideoPlayer.CastVideoError">
<owner>yoshiki@chromium.org</owner>
<description>

Powered by Google App Engine
This is Rietveld 408576698