| Index: components/arc/intent_helper/intent_filter.h
|
| diff --git a/components/arc/intent_helper/intent_filter.h b/components/arc/intent_helper/intent_filter.h
|
| index 71366571dc5489a921b443721fcbc477ea9b0a19..d6a7ded99b1875a8e29bad782a760a28d2f3ba58 100644
|
| --- a/components/arc/intent_helper/intent_filter.h
|
| +++ b/components/arc/intent_helper/intent_filter.h
|
| @@ -54,11 +54,9 @@ class IntentFilter {
|
|
|
| bool matchDataAuthority(const GURL& url) const;
|
| bool hasDataPath(const GURL& url) const;
|
| - bool hasDataSchemeSpecificPart(const GURL& url) const;
|
|
|
| std::vector<AuthorityEntry> authorities_;
|
| std::vector<PatternMatcher> paths_;
|
| - std::vector<PatternMatcher> scheme_specific_parts_;
|
| };
|
|
|
| } // namespace arc
|
|
|