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

Issue 17408009: Fix bug preventing supervised users from changing proxy settings. (Closed)

Created:
7 years, 6 months ago by Pam (message me for reviews)
Modified:
7 years, 6 months ago
Reviewers:
Adrian Kuegel
CC:
chromium-reviews, dbeam+watch-options_chromium.org, csilv
Visibility:
Public.

Description

Fix 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 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Pam (message me for reviews)
akuegel - please review csilv - FYI Thanks! - Pam
7 years, 6 months ago (2013-06-20 22:20:59 UTC) #1
Adrian Kuegel
LGTM
7 years, 6 months ago (2013-06-21 07:46:15 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17408009/3001
7 years, 6 months ago (2013-06-21 07:47:33 UTC) #3
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 16:21:07 UTC) #4
Message was sent while issue was closed.
Change committed as 207851

Powered by Google App Engine
This is Rietveld 408576698