| Index: chrome/browser/content_settings/content_settings_policy_provider.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| index f1e17c27d928a8094701b6bb075cc2159c6fa15b..78b6e16fabd2395f0b07b5870ae28543cf6b6d6c 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| @@ -384,12 +384,12 @@ void PolicyProvider::ReadManagedContentSettings(bool overwrite) {
|
|
|
| // Since the PolicyProvider is a read only content settings provider, all
|
| // methodes of the ProviderInterface that set or delete any settings do nothing.
|
| -void PolicyProvider::SetContentSetting(
|
| +void PolicyProvider::SetWebsiteSetting(
|
| const ContentSettingsPattern& primary_pattern,
|
| const ContentSettingsPattern& secondary_pattern,
|
| ContentSettingsType content_type,
|
| const ResourceIdentifier& resource_identifier,
|
| - ContentSetting content_setting) {
|
| + const Value* value) {
|
| }
|
|
|
| void PolicyProvider::ClearAllContentSettingsRules(
|
|
|