| 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 fce6585bc9b54f753734d0b2d487eca9fc1887c9..8b42ac264236e3a87f2fbbab8960deb8a4538bf3 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_settings_service.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_settings_service.h
|
| @@ -85,7 +85,8 @@ class SupervisedUserSettingsService : public KeyedService,
|
| // Gets the associated profile
|
| // This is currently only used for subscribing to notifications, it will be
|
| // nullptr in tests and will soon be removed.
|
| - // TODO(peconn): Remove this once HostContentSettingsMap is a KeyedService
|
| + // TODO(peconn): Remove this once SupervisedUserPrefStore is (partially at
|
| + // least) a KeyedService, see TODO in SupervisedUserPrefStore.
|
| Profile* GetProfile();
|
|
|
| // Activates/deactivates the service. This is called by the
|
|
|