DescriptionFix bug preventing supervised users from changing proxy settings.
The change in r185359 added the pref for allowing signin to the the pref registrar
previously used only for proxy settings. (Other prefs have since been added on too.)
This, in combination with the use of the registrar's IsManaged() method rather than
the pref's own IsManaged() -- or better still, using IsUserModifiable() for the best
semantic fit -- meant that once supervised users had signin disabled, they also had
proxy changes disabled.
This fix changes the condition to use Preference::IsUserModifiable().
BUG=252426
TEST=create a supervised user; make sure the "Change proxy settings..." button is
enabled
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207851
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 4 (0 generated)
|