| Index: chrome/common/content_settings_types.h
 | 
| diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h
 | 
| index 7a9750676e4458101bc9e6991dcf1ace1b339ab4..2f294f1dafd1f301619508238e999e4ad3885518 100644
 | 
| --- a/chrome/common/content_settings_types.h
 | 
| +++ b/chrome/common/content_settings_types.h
 | 
| @@ -24,6 +24,7 @@ enum ContentSettingsType {
 | 
|    CONTENT_SETTINGS_TYPE_MOUSELOCK,
 | 
|    CONTENT_SETTINGS_TYPE_MIXEDSCRIPT,
 | 
|    CONTENT_SETTINGS_TYPE_MEDIASTREAM,
 | 
| +  CONTENT_SETTINGS_TYPE_PROTOCOL_HANDLERS,
 | 
|    CONTENT_SETTINGS_NUM_TYPES,
 | 
|  };
 | 
|  
 | 
| 
 |