Index: chrome/browser/content_settings/host_content_settings_map.cc |
diff --git a/chrome/browser/content_settings/host_content_settings_map.cc b/chrome/browser/content_settings/host_content_settings_map.cc |
index e73553a625c0a7feadf55263e98b8eed1425b418..7a00e901c851b341b03ee414ef8b0571e7c4642b 100644 |
--- a/chrome/browser/content_settings/host_content_settings_map.cc |
+++ b/chrome/browser/content_settings/host_content_settings_map.cc |
@@ -330,9 +330,6 @@ bool HostContentSettingsMap::IsSettingAllowedForType( |
case CONTENT_SETTINGS_TYPE_COOKIES: |
return setting == CONTENT_SETTING_SESSION_ONLY; |
case CONTENT_SETTINGS_TYPE_PLUGINS: |
- return setting == CONTENT_SETTING_ASK && |
- CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableClickToPlay); |
case CONTENT_SETTINGS_TYPE_GEOLOCATION: |
case CONTENT_SETTINGS_TYPE_NOTIFICATIONS: |
case CONTENT_SETTINGS_TYPE_INTENTS: |