| Index: chrome/common/content_settings_types.h
|
| diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h
|
| index 406778d2b8846ffe0382e9653f329f9beca19bc0..77680e6f36667f084b838574972e92368b58565e 100644
|
| --- a/chrome/common/content_settings_types.h
|
| +++ b/chrome/common/content_settings_types.h
|
| @@ -25,6 +25,7 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_MOUSELOCK,
|
| CONTENT_SETTINGS_TYPE_MIXEDSCRIPT,
|
| CONTENT_SETTINGS_TYPE_MEDIASTREAM,
|
| + CONTENT_SETTINGS_TYPE_PROTOCOL_HANDLERS,
|
| CONTENT_SETTINGS_NUM_TYPES,
|
| };
|
|
|
|
|