Index: chrome/browser/content_settings/host_content_settings_map.h |
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h |
index 91bab71894e84e003b886e02f2371047ae717192..3458c4e554783644f6b226695b08e546f96ae783 100644 |
--- a/chrome/browser/content_settings/host_content_settings_map.h |
+++ b/chrome/browser/content_settings/host_content_settings_map.h |
@@ -165,6 +165,9 @@ class HostContentSettingsMap |
ContentSetting setting, |
ContentSettingsType content_type); |
+ // Returns true if the values for content type are of type dictionary/map. |
+ static bool ContentTypeHasCompoundValue(ContentSettingsType type); |
+ |
// Detaches the HostContentSettingsMap from all Profile-related objects like |
// PrefService. This methods needs to be called before destroying the Profile. |
// Afterwards, none of the methods above that should only be called on the UI |