| 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..84da80f112e61ef4e2cc1d040916b72d38edd35a 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| @@ -488,7 +488,7 @@ void TabSpecificContentSettings::Observe(
|
| Send(new ChromeViewMsg_SetDefaultContentSettings(
|
| map->GetDefaultContentSettings()));
|
| Send(new ChromeViewMsg_SetContentSettingsForCurrentURL(
|
| - entry_url, map->GetContentSettings(entry_url, entry_url)));
|
| + entry_url, map->GetContentSettings(entry_url)));
|
| }
|
| }
|
|
|
|
|