| Index: chrome/common/content_settings_types.h
|
| diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h
|
| index e4e50153dacf62972c3420e6423c93d23124342f..7073f32f3811f57ce8a72dba1f769d7bc34d967f 100644
|
| --- a/chrome/common/content_settings_types.h
|
| +++ b/chrome/common/content_settings_types.h
|
| @@ -24,6 +24,7 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_FULLSCREEN,
|
| CONTENT_SETTINGS_TYPE_MOUSELOCK,
|
| CONTENT_SETTINGS_TYPE_MIXEDSCRIPT,
|
| + CONTENT_SETTINGS_TYPE_REGISTER_PROTOCOL_HANDLER,
|
| CONTENT_SETTINGS_NUM_TYPES
|
| };
|
|
|
|
|