Index: chrome/common/content_settings.h |
diff --git a/chrome/common/content_settings.h b/chrome/common/content_settings.h |
index 87f5bc18bcbc38cc4c761dc9e5f65479036f22ef..139a993b1823b326de93479717d817404be10ffd 100644 |
--- a/chrome/common/content_settings.h |
+++ b/chrome/common/content_settings.h |
@@ -27,14 +27,6 @@ enum ContentSetting { |
// prefs off disk. |
ContentSetting IntToContentSetting(int content_setting); |
-// Aggregates the permissions for the different content types. |
-struct ContentSettings { |
- ContentSettings(); |
- explicit ContentSettings(ContentSetting default_setting); |
- |
- ContentSetting settings[CONTENT_SETTINGS_NUM_TYPES]; |
-}; |
- |
struct ContentSettingPatternSource { |
ContentSettingPatternSource(const ContentSettingsPattern& primary_pattern, |
const ContentSettingsPattern& secondary_patttern, |