| 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 7de878d869c2641d030433ad7d6ecdbf54ad37f5..73d0d46450c148eee7cbf1fe5fff44247f22d81e 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| @@ -69,6 +69,7 @@ TabSpecificContentSettings::TabSpecificContentSettings(WebContents* tab)
|
| pending_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
|
| previous_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
|
| pending_protocol_handler_setting_(CONTENT_SETTING_DEFAULT),
|
| + plugin_bubble_setting_(CONTENT_SETTING_DEFAULT),
|
| load_plugins_link_enabled_(true) {
|
| ClearBlockedContentSettingsExceptForCookies();
|
| ClearCookieSpecificContentSettings();
|
| @@ -566,6 +567,7 @@ void TabSpecificContentSettings::ClearBlockedContentSettingsExceptForCookies() {
|
| content_blockage_indicated_to_user_[i] = false;
|
| }
|
| load_plugins_link_enabled_ = true;
|
| +
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_WEB_CONTENT_SETTINGS_CHANGED,
|
| content::Source<WebContents>(web_contents()),
|
|
|