summaryrefslogtreecommitdiffstats
path: root/chrome/common/content_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/content_settings.h')
-rw-r--r--chrome/common/content_settings.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/content_settings.h b/chrome/common/content_settings.h
index 87f5bc1..2c7e5c2 100644
--- a/chrome/common/content_settings.h
+++ b/chrome/common/content_settings.h
@@ -51,11 +51,4 @@ struct ContentSettingPatternSource {
typedef std::vector<ContentSettingPatternSource> ContentSettingsForOneType;
-struct RendererContentSettingRules {
- RendererContentSettingRules();
- ~RendererContentSettingRules();
- ContentSettingsForOneType image_rules;
- ContentSettingsForOneType script_rules;
-};
-
#endif // CHROME_COMMON_CONTENT_SETTINGS_H_