| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| index 4922576831d529f308881db30214f6a21ef0dad4..0d1307de2295666b008bcf906f4fd5374979f9ec 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -161,6 +161,10 @@ ExistingUserController::ExistingUserController(LoginDisplayHost* host)
|
| kAccountsPrefAllowGuest,
|
| base::Bind(&ExistingUserController::DeviceSettingsChanged,
|
| base::Unretained(this)));
|
| + allow_supervised_user_subscription_ = cros_settings_->AddSettingsObserver(
|
| + kAccountsPrefSupervisedUsersEnabled,
|
| + base::Bind(&ExistingUserController::DeviceSettingsChanged,
|
| + base::Unretained(this)));
|
| users_subscription_ = cros_settings_->AddSettingsObserver(
|
| kAccountsPrefUsers,
|
| base::Bind(&ExistingUserController::DeviceSettingsChanged,
|
|
|