Index: chrome/common/content_settings.h |
diff --git a/chrome/common/content_settings.h b/chrome/common/content_settings.h |
index 2c7e5c2d591a4a77a6e63890ae01764d0f724db6..87f5bc18bcbc38cc4c761dc9e5f65479036f22ef 100644 |
--- a/chrome/common/content_settings.h |
+++ b/chrome/common/content_settings.h |
@@ -51,4 +51,11 @@ struct ContentSettingPatternSource { |
typedef std::vector<ContentSettingPatternSource> ContentSettingsForOneType; |
+struct RendererContentSettingRules { |
+ RendererContentSettingRules(); |
+ ~RendererContentSettingRules(); |
+ ContentSettingsForOneType image_rules; |
+ ContentSettingsForOneType script_rules; |
+}; |
+ |
#endif // CHROME_COMMON_CONTENT_SETTINGS_H_ |