| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c2503bcb240b58331be4b1a6152ecb3dc663c754..57a8c372d9aa27fce14315a7a28958570edfb9ec 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -114,6 +114,11 @@ const char kSupervisedUserManualHosts[] = "profile.managed.manual_hosts";
|
| // Maps URLs to whether the URL is manually allowed or blocked.
|
| const char kSupervisedUserManualURLs[] = "profile.managed.manual_urls";
|
|
|
| +// Maps extension ids to the approved version of this extension for a
|
| +// supervised user. Missing extensions are not approved.
|
| +const char kSupervisedUserApprovedExtensions[] =
|
| + "profile.managed.approved_extensions";
|
| +
|
| // Stores whether the SafeSites filter is enabled.
|
| const char kSupervisedUserSafeSites[] = "profile.managed.safe_sites";
|
|
|
|
|