| Index: chrome/browser/supervised_user/supervised_user_settings_service.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_settings_service.h b/chrome/browser/supervised_user/supervised_user_settings_service.h
|
| index 29bd306b345d2de5d416d33621652ed83d89d106..7a7041ef3953693e44dc2b8aaccb5530ab2a3e57 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_settings_service.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_settings_service.h
|
| @@ -152,6 +152,8 @@ class SupervisedUserSettingsService : public KeyedService,
|
|
|
| bool active_;
|
|
|
| + bool initialization_failed_;
|
| +
|
| // A set of local settings that are fixed and not configured remotely.
|
| scoped_ptr<base::DictionaryValue> local_settings_;
|
|
|
|
|