| 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 0b41120f7566939d372a990ed496b883172464c7..5a831be19d9e028dd64594a75c198b75a66d2394 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| @@ -36,6 +36,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 {
|
|
|