| 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 baf69ccbfb5c6ca70c8f2635f7ebc97305d9c456..b3cd2f16ebb42857996b088e24cc797c35304ee7 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.cc
|
| @@ -553,7 +553,6 @@ bool HostContentSettingsMap::ShouldAllowAllContent(
|
| }
|
| }
|
| return primary_url.SchemeIs(chrome::kChromeDevToolsScheme) ||
|
| - primary_url.SchemeIs(chrome::kChromeInternalScheme) ||
|
| primary_url.SchemeIs(chrome::kChromeUIScheme);
|
| }
|
|
|
|
|