| 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 e6da1cabff3c8e12fbfad9e9e8582eeacd09239d..4f72361aa29c2d5db9f0d1930e370837d9cb6a18 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -160,6 +160,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,
|
|
|