| 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 cb8761fc5df872fda160a47b4a5bb6310a8b7c78..d3db67bc30972ea091c4937bb3652ddde559cd38 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -148,6 +148,16 @@ class HostContentSettingsMap
|
| const std::string& resource_identifier,
|
| base::Value* value);
|
|
|
| + // Sets the most specific rule that currently defines the permission for the
|
| + // given permission type.
|
| + void SetNarrowestWebsiteSetting(
|
| + const ContentSettingsPattern& primary_pattern,
|
| + const ContentSettingsPattern& secondary_pattern,
|
| + ContentSettingsType content_type,
|
| + const std::string& resource_identifier,
|
| + ContentSetting setting,
|
| + content_settings::SettingInfo existing_info);
|
| +
|
| // Convenience method to add a content setting for the given URLs, making sure
|
| // that there is no setting overriding it.
|
| //
|
|
|