| Index: chrome/browser/host_content_settings_map.cc
|
| diff --git a/chrome/browser/host_content_settings_map.cc b/chrome/browser/host_content_settings_map.cc
|
| index 5e2a78ca0cf99c6357804f2a84ece59afc50f263..96a9bc2a5ddc5017c3cdd22ec43ad563a87cf469 100644
|
| --- a/chrome/browser/host_content_settings_map.cc
|
| +++ b/chrome/browser/host_content_settings_map.cc
|
| @@ -101,6 +101,12 @@ static bool ShouldAllowAllContent(const GURL& url) {
|
| }
|
| } // namespace
|
|
|
| +
|
| +struct HostContentSettingsMap::ExtendedContentSettings {
|
| + ContentSettings content_settings;
|
| + ResourceContentSettings content_settings_for_resources;
|
| +};
|
| +
|
| // static
|
| HostContentSettingsMap::Pattern HostContentSettingsMap::Pattern::FromURL(
|
| const GURL& url) {
|
|
|