| Index: chrome/common/content_settings_pattern_parser.h
|
| diff --git a/chrome/common/content_settings_pattern_parser.h b/chrome/common/content_settings_pattern_parser.h
|
| index 19f8d2710002d88379cfb22f8c5dd48724d186b6..fbd8ccc7f78265dc9890f102a0aa6ac5baf8441e 100644
|
| --- a/chrome/common/content_settings_pattern_parser.h
|
| +++ b/chrome/common/content_settings_pattern_parser.h
|
| @@ -12,8 +12,6 @@
|
|
|
| namespace content_settings {
|
|
|
| -struct PatternParts;
|
| -
|
| class PatternParser {
|
| public:
|
| static void Parse(const std::string& pattern_spec,
|
| @@ -21,21 +19,6 @@ class PatternParser {
|
|
|
| static std::string ToString(
|
| const ContentSettingsPattern::PatternParts& parts);
|
| -
|
| - private:
|
| - static const char* kDomainWildcard;
|
| -
|
| - static const size_t kDomainWildcardLength;
|
| -
|
| - static const char* kSchemeWildcard;
|
| -
|
| - static const char* kHostWildcard;
|
| -
|
| - static const char* kPortWildcard;
|
| -
|
| - static const char* kPathWildcard;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(PatternParser);
|
| };
|
|
|
| } // namespace content_settings
|
|
|