Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: components/arc/intent_helper/intent_filter.h

Issue 2161073004: [arc-intents] Remove SSP matching; add unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/common/intent_helper.mojom ('k') | components/arc/intent_helper/intent_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/arc/common/intent_helper.mojom ('k') | components/arc/intent_helper/intent_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698