| 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..406778d2b8846ffe0382e9653f329f9beca19bc0 100644
|
| --- a/chrome/common/content_settings_types.h
|
| +++ b/chrome/common/content_settings_types.h
|
| @@ -24,7 +24,8 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_FULLSCREEN,
|
| CONTENT_SETTINGS_TYPE_MOUSELOCK,
|
| CONTENT_SETTINGS_TYPE_MIXEDSCRIPT,
|
| - CONTENT_SETTINGS_NUM_TYPES
|
| + CONTENT_SETTINGS_TYPE_MEDIASTREAM,
|
| + CONTENT_SETTINGS_NUM_TYPES,
|
| };
|
|
|
| #endif // CHROME_COMMON_CONTENT_SETTINGS_TYPES_H_
|
|
|