summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 11:14:09 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 11:14:09 +0000
commitca352454df9a2c6dac0dd5927c92d73d4eee069d (patch)
treef8eae8e9d64812c7b284415fcb6ee11cc1aff9fc /chrome/browser/automation/automation_provider.cc
parentdc3d06cd952e621bf64f3abe46e1c3eaa6598064 (diff)
downloadchromium_src-ca352454df9a2c6dac0dd5927c92d73d4eee069d.zip
chromium_src-ca352454df9a2c6dac0dd5927c92d73d4eee069d.tar.gz
chromium_src-ca352454df9a2c6dac0dd5927c92d73d4eee069d.tar.bz2
Introduce a resource identifier for content settings.
This will allow for having per plugin content settings, i.e. the content settings type would be plugin and the resource identifier would be to concrete plugin that is about to be loaded. BUG=39252 TEST=unit_tests Review URL: http://codereview.chromium.org/2878075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.cc')
-rw-r--r--chrome/browser/automation/automation_provider.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 99622470..271d8b1 100644
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -4495,7 +4495,7 @@ void AutomationProvider::SetContentSetting(
map->SetDefaultContentSetting(content_type, setting);
} else {
map->SetContentSetting(HostContentSettingsMap::Pattern(host),
- content_type, setting);
+ content_type, "", setting);
}
*success = true;
}