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

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
« 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 5e25e02c17110ba0da3927913ae7d1190bff6267..5c26f9093071469b0ffbf4d2d527b082d88d1ea7 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14843,6 +14843,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
michaelpg 2016/08/04 19:23:41 nit: grammar ("because they no longer exist")
Moe 2016/08/04 20:11:18 Done.
+ 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