| Index: chrome/browser/content_settings/tab_specific_content_settings.cc
|
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| index 4e1a5c02f122f973cf2b7647215465d8169aefa9..b15e1f734c9fbe5a8174fb2d9e7bd25872ede479 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| @@ -489,6 +489,9 @@ void TabSpecificContentSettings::Observe(
|
| map->GetDefaultContentSettings()));
|
| Send(new ChromeViewMsg_SetContentSettingsForCurrentURL(
|
| entry_url, map->GetContentSettings(entry_url, entry_url)));
|
| + ContentSettingsForOneType settings;
|
| + map->GetSettingsForOneType(CONTENT_SETTINGS_TYPE_IMAGES, "", &settings);
|
| + Send(new ChromeViewMsg_SetImageSettingRules(settings));
|
| }
|
| }
|
|
|
|
|