Index: chrome/common/content_settings_types.h |
diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h |
index a99c7e3cdae26908250a9fdb51b3421ec43b8107..74041950636a4a1ea7ccf7c7b5998ae5135db87a 100644 |
--- a/chrome/common/content_settings_types.h |
+++ b/chrome/common/content_settings_types.h |
@@ -14,6 +14,7 @@ enum ContentSettingsType { |
CONTENT_SETTINGS_TYPE_COOKIES = 0, |
CONTENT_SETTINGS_TYPE_IMAGES, |
CONTENT_SETTINGS_TYPE_JAVASCRIPT, |
+ CONTENT_SETTINGS_TYPE_MEDIA, |
CONTENT_SETTINGS_TYPE_PLUGINS, |
CONTENT_SETTINGS_TYPE_POPUPS, |
CONTENT_SETTINGS_TYPE_GEOLOCATION, |