| 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 123bacb48ec9b8ab8bfe92c96ec34fd468ce308d..b7b6074dfbabdd059e8bff4731a35e5d0f08337c 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| @@ -764,7 +764,8 @@ void TabSpecificContentSettings::Observe(
|
| RendererContentSettingRules rules;
|
| GetRendererContentSettingRules(profile->GetHostContentSettingsMap(),
|
| &rules);
|
| - Send(new ChromeViewMsg_SetContentSettingRules(rules));
|
| + Send(new ChromeViewMsg_SetContentSettingRules(
|
| + web_contents()->GetRoutingID(), rules));
|
| }
|
| }
|
|
|
|
|