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 fe42c5966679ae099528c8ab3519a83f0e17a1d9..1a28215210c04870f35f78b74ee4557c0da4b87b 100644 |
--- a/chrome/browser/content_settings/host_content_settings_map.cc |
+++ b/chrome/browser/content_settings/host_content_settings_map.cc |
@@ -325,7 +325,7 @@ bool HostContentSettingsMap::IsSettingAllowedForType( |
// Intents content settings are hidden behind a switch for now. |
if (content_type == CONTENT_SETTINGS_TYPE_INTENTS) { |
#if defined(ENABLE_WEB_INTENTS) |
- if (!web_intents::IsWebIntentsEnabled()) |
+ if (!web_intents::IsWebIntentsEnabledInActiveBrowser()) |
return false; |
#else |
return false; |