| Index: extensions/common/url_pattern.h
|
| diff --git a/extensions/common/url_pattern.h b/extensions/common/url_pattern.h
|
| index a04a2f2545fa766281404687359d3310a722ea83..fa16c5163b30476700bf22e4c1aa11451930efd4 100644
|
| --- a/extensions/common/url_pattern.h
|
| +++ b/extensions/common/url_pattern.h
|
| @@ -189,9 +189,6 @@ class URLPattern {
|
| // Get an error string for a ParseResult.
|
| static const char* GetParseResultString(URLPattern::ParseResult parse_result);
|
|
|
| - // Checks whether the bit is set for the given scheme in the given scheme mask
|
| - static bool IsSchemeBitSet(const std::string& scheme, const int mask);
|
| -
|
| private:
|
| // Returns true if any of the |schemes| items matches our scheme.
|
| bool MatchesAnyScheme(const std::vector<std::string>& schemes) const;
|
|
|