| Index: chrome/browser/content_settings/host_content_settings_map.cc
|
| ===================================================================
|
| --- chrome/browser/content_settings/host_content_settings_map.cc (revision 119305)
|
| +++ chrome/browser/content_settings/host_content_settings_map.cc (working copy)
|
| @@ -311,7 +311,8 @@
|
| ContentSetting setting, ContentSettingsType content_type) {
|
| // Intents content settings are hidden behind a switch for now.
|
| if (content_type == CONTENT_SETTINGS_TYPE_INTENTS &&
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableWebIntents))
|
| + !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableWebIntents))
|
| return false;
|
|
|
| // BLOCK semantics are not implemented for fullscreen.
|
|
|