Chromium Code Reviews
Descriptionchromeos::NetworkHandler: Add ui_proxy_config_service
This introduces NetworkHandler::InitializePrefServices which
passes PrefService for local (device) state and the logged in user. This will get called twice, once on startup
and once when the primary user logs in.
NetworkHandler::InitializePrefServices currently only initializes
an owned instance of UIProxyConfigService, which can then be used
by any code utilizing NetworkHandler. Currently this is the (old)
options UI, but it will soon include the networkingPrivate
extension API code in order to support the new MD Settings UI.
BUG=658015
Committed: https://crrev.com/5205952ad0b7f9df469a620b3bea96f81817015e
Cr-Commit-Position: refs/heads/master@{#429528}
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : Rebase #Patch Set 4 : Unittest #Patch Set 5 : . #
Total comments: 24
Patch Set 6 : Feedback + elim bogus shill errors #
Total comments: 25
Patch Set 7 : More Feedback #Patch Set 8 : More Feedback, reduce churn. #
Total comments: 12
Patch Set 9 : Add NetworkHandler::ShutdownPrefServices #Messages
Total messages: 25 (11 generated)
|