| Index: chrome/browser/content_settings/content_settings_policy_provider.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| index 8ffea4008222bedd7f51439e149fab43810dc14f..d74d0b1a25c2611bb294a23415a0bd6e937672b1 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| @@ -32,6 +32,7 @@ const char* kPrefToManageType[CONTENT_SETTINGS_NUM_TYPES] = {
|
| prefs::kManagedDefaultNotificationsSetting,
|
| NULL, // No policy for default value of content type intents
|
| NULL, // No policy for default value of content type auto-select-certificate
|
| + NULL, // No policy for default value of fullscreen requests
|
| };
|
|
|
| struct PrefsForManagedContentSettingsMapEntry {
|
|
|