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 68f4cad3f9567761fe92f094cc5909994f23b537..5cef39304625578a941ab4bf134306b189c438ed 100644 |
--- a/chrome/browser/content_settings/host_content_settings_map.h |
+++ b/chrome/browser/content_settings/host_content_settings_map.h |
@@ -148,6 +148,9 @@ class HostContentSettingsMap |
// This should only be called on the UI thread. |
void ClearSettingsForOneType(ContentSettingsType content_type); |
+ static bool IsSettingAllowedForType(ContentSetting setting, |
+ ContentSettingsType content_type); |
+ |
// This setting trumps any host-specific settings. |
bool BlockThirdPartyCookies() const { return block_third_party_cookies_; } |
bool IsBlockThirdPartyCookiesManaged() const { |