| Index: components/content_settings/core/browser/host_content_settings_map.h
|
| diff --git a/components/content_settings/core/browser/host_content_settings_map.h b/components/content_settings/core/browser/host_content_settings_map.h
|
| index 5b32e8cdc422820f2a4250a5642d1a1297337d8f..79c22bc9b09c785630fd000c5cab7af773c95e8a 100644
|
| --- a/components/content_settings/core/browser/host_content_settings_map.h
|
| +++ b/components/content_settings/core/browser/host_content_settings_map.h
|
| @@ -176,14 +176,7 @@ class HostContentSettingsMap : public content_settings::Observer,
|
| // This should only be called on the UI thread.
|
| void ClearSettingsForOneType(ContentSettingsType content_type);
|
|
|
| - static bool IsValueAllowedForType(const base::Value* value,
|
| - ContentSettingsType content_type);
|
| - // TODO(raymes): Remove |prefs| from the below functions, it's unused.
|
| - static bool IsSettingAllowedForType(PrefService* prefs,
|
| - ContentSetting setting,
|
| - ContentSettingsType content_type);
|
| - static bool IsDefaultSettingAllowedForType(PrefService* prefs,
|
| - ContentSetting setting,
|
| + static bool IsDefaultSettingAllowedForType(ContentSetting setting,
|
| ContentSettingsType content_type);
|
|
|
| // RefcountedKeyedService implementation.
|
|
|