| Index: chrome/browser/content_settings/content_settings_pattern.h
|
| diff --git a/chrome/browser/content_settings/content_settings_pattern.h b/chrome/browser/content_settings/content_settings_pattern.h
|
| index 7525089986a79e7b8c40eaed0c157661c71bd6b9..7f8d7cff3027c8db21840809fc239235db6e9751 100644
|
| --- a/chrome/browser/content_settings/content_settings_pattern.h
|
| +++ b/chrome/browser/content_settings/content_settings_pattern.h
|
| @@ -99,13 +99,9 @@ class ContentSettingsPattern {
|
| // all subdomains and ports.
|
| static ContentSettingsPattern FromURL(const GURL& url);
|
|
|
| - static ContentSettingsPattern LegacyFromURL(const GURL& url);
|
| -
|
| // Returns a pattern that matches exactly this URL.
|
| static ContentSettingsPattern FromURLNoWildcard(const GURL& url);
|
|
|
| - static ContentSettingsPattern LegacyFromURLNoWildcard(const GURL& url);
|
| -
|
| // Returns a pattern that matches the given pattern specification.
|
| // Valid patterns specifications are:
|
| // - [*.]domain.tld (matches domain.tld and all sub-domains)
|
|
|