| Index: chrome/browser/content_settings/content_settings_mock_provider.h
|
| diff --git a/chrome/browser/content_settings/content_settings_mock_provider.h b/chrome/browser/content_settings/content_settings_mock_provider.h
|
| index 4fa839d94db0773aa5f61f5d843009121a71b56a..1ad4912c95fa615efe7184198c86eab876ec94f9 100644
|
| --- a/chrome/browser/content_settings/content_settings_mock_provider.h
|
| +++ b/chrome/browser/content_settings/content_settings_mock_provider.h
|
| @@ -35,12 +35,12 @@ class MockProvider : public ObservableProvider {
|
|
|
| // The MockProvider is only able to store one content setting. So every time
|
| // this method is called the previously set content settings is overwritten.
|
| - virtual void SetContentSetting(
|
| + virtual bool SetWebsiteSetting(
|
| const ContentSettingsPattern& requesting_url_pattern,
|
| const ContentSettingsPattern& embedding_url_pattern,
|
| ContentSettingsType content_type,
|
| const ResourceIdentifier& resource_identifier,
|
| - ContentSetting content_setting) OVERRIDE;
|
| + base::Value* value) OVERRIDE;
|
|
|
| virtual void ClearAllContentSettingsRules(
|
| ContentSettingsType content_type) OVERRIDE {}
|
|
|