| 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..e927dbf0fb38e3894c0aada3c189dec64b40a6fa 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| @@ -69,7 +69,7 @@ TabSpecificContentSettings::TabSpecificContentSettings(WebContents* tab)
|
| pending_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
|
| previous_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
|
| pending_protocol_handler_setting_(CONTENT_SETTING_DEFAULT),
|
| - load_plugins_link_enabled_(true) {
|
| + plugin_bubble_setting_(CONTENT_SETTING_BLOCK) {
|
| ClearBlockedContentSettingsExceptForCookies();
|
| ClearCookieSpecificContentSettings();
|
|
|
| @@ -565,7 +565,6 @@ void TabSpecificContentSettings::ClearBlockedContentSettingsExceptForCookies() {
|
| content_allowed_[i] = false;
|
| 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()),
|
|
|