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