| Index: chrome/browser/supervised_user/supervised_user_service.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
|
| index 2c60d77e919a035a7d726384a27c3a9b0a0591aa..c9144786c12249f37495a4b7c0352358105a7334 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_service.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_service.h
|
| @@ -258,6 +258,8 @@ class SupervisedUserService : public KeyedService,
|
|
|
| bool ProfileIsSupervised() const;
|
|
|
| + void OnCustodianInfoChanged();
|
| +
|
| #if defined(ENABLE_EXTENSIONS)
|
| // Internal implementation for ExtensionManagementPolicy::Delegate methods.
|
| // If |error| is not NULL, it will be filled with an error message if the
|
|
|