Index: chrome/browser/ui/webui/options/content_settings_handler.cc |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc |
index 037526b8325d0befa0edb549ee9bda9244dae475..5f9ff7c9f4bf888382e1a43d36c4dd577e0d1dec 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -604,10 +604,10 @@ void ContentSettingsHandler::UpdateSettingDefaultFromModel( |
profile->GetHostContentSettingsMap()->GetDefaultContentSetting( |
type, &provider_id); |
- // For Plugins, display the obsolete ASK setting as DETECT. |
+ // For Plugins, display the obsolete ASK setting as BLOCK. |
if (type == ContentSettingsType::CONTENT_SETTINGS_TYPE_PLUGINS && |
default_setting == ContentSetting::CONTENT_SETTING_ASK) { |
- default_setting = ContentSetting::CONTENT_SETTING_DETECT_IMPORTANT_CONTENT; |
+ default_setting = ContentSetting::CONTENT_SETTING_BLOCK; |
} |
base::DictionaryValue filter_settings; |