Chromium Code Reviews| 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..9251ab6e0fa19aa48faba271eb22d648fe17efe4 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(ContentSettingsType content_type, |
| + ContentSetting setting); |
|
battre
2011/06/06 23:45:13
Nit: Given the name of the function, change the or
Bernhard Bauer
2011/06/07 13:48:13
Done.
|
| + |
| // This setting trumps any host-specific settings. |
| bool BlockThirdPartyCookies() const { return block_third_party_cookies_; } |
| bool IsBlockThirdPartyCookiesManaged() const { |