| Index: chrome/browser/content_settings/host_content_settings_map.h
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
|
| index 272df57517131d40d8a0ed6d250cdb1baf54e18c..61a62bd6ca80a8d30007668af1f9068b14b084c6 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -167,7 +167,8 @@ class HostContentSettingsMap
|
| // Returns true if we should allow all content types for this URL. This is
|
| // true for various internal objects like chrome:// URLs, so UI and other
|
| // things users think of as "not webpages" don't break.
|
| - static bool ShouldAllowAllContent(const GURL& url,
|
| + static bool ShouldAllowAllContent(const GURL& first_party_url,
|
| + const GURL& url,
|
| ContentSettingsType content_type);
|
|
|
| private:
|
|
|