| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index 996224704325cc9ac0050c170d740fc9f01becca..271d8b1966bd5bced3ce12fa6a283f442599954b 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;
|
| }
|
|
|