Chromium Code Reviews| 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, |
|
Bernhard Bauer
2012/06/25 16:52:20
I think the feature itself is just called "protoco
Greg Billock
2012/06/26 19:17:04
Done.
|
| CONTENT_SETTINGS_NUM_TYPES |
| }; |