diff options
Diffstat (limited to 'chrome/browser/host_content_settings_map.h')
-rw-r--r-- | chrome/browser/host_content_settings_map.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/host_content_settings_map.h b/chrome/browser/host_content_settings_map.h index c24a412..658225a 100644 --- a/chrome/browser/host_content_settings_map.h +++ b/chrome/browser/host_content_settings_map.h @@ -96,7 +96,10 @@ class HostContentSettingsMap typedef std::map<std::string, ContentSettings> HostContentSettings; // The names of the ContentSettingsType values, for use with dictionary prefs. - static const wchar_t* kTypeNames[]; + static const wchar_t* kTypeNames[CONTENT_SETTINGS_NUM_TYPES]; + + // The default setting for each content type. + static const ContentSetting kDefaultSettings[CONTENT_SETTINGS_NUM_TYPES]; ~HostContentSettingsMap(); |