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

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: Fixed compilation error 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
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index bd7cc2534a025c9405bf203875be999d0c21aad8..820924fbc9cea2e8b94f713f06231047d9da0abf 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14852,6 +14852,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 no longer exist in
+ the Material Design settings page.
+ </description>
+</action>
+
<action name="VideoPlayer.CastVideoError">
<owner>yoshiki@chromium.org</owner>
<description>
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698