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 9eb5bee07f3a8707b61c199ef262440363c2d6c3..6aa1a0ec24847966fc2da4431f23a0b98b3b6dc0 100644 |
--- a/chrome/browser/content_settings/content_settings_policy_provider.cc |
+++ b/chrome/browser/content_settings/content_settings_policy_provider.cc |
@@ -39,6 +39,7 @@ const char* kPrefToManageType[] = { |
NULL, // No policy for default value of mixed script blocking |
prefs::kManagedDefaultMediaStreamSetting, |
NULL, // No policy for default value of protocol handlers |
+ NULL, // No policy for default value of PPAPI broker |
}; |
COMPILE_ASSERT(arraysize(kPrefToManageType) == CONTENT_SETTINGS_NUM_TYPES, |
managed_content_settings_pref_names_array_size_incorrect); |