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

Unified Diff: components/arc/intent_helper/local_activity_resolver.cc

Issue 2078683002: Add handler and mojo interface to accept android intent filters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unintentionally add mojo attribute and update version comment. Created 4 years, 6 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
Index: components/arc/intent_helper/local_activity_resolver.cc
diff --git a/components/arc/intent_helper/local_activity_resolver.cc b/components/arc/intent_helper/local_activity_resolver.cc
index 568cd8829435d14068bb497ac75da576645f16bf..1fcfb12b7edb47e05e6f21ea380b463e2ccea14f 100644
--- a/components/arc/intent_helper/local_activity_resolver.cc
+++ b/components/arc/intent_helper/local_activity_resolver.cc
@@ -13,4 +13,9 @@ bool LocalActivityResolver::ShouldChromeHandleUrl(const GURL& url) {
return true;
}
+void LocalActivityResolver::UpdateIntentFilters(
+ mojo::Array<mojom::IntentFilterPtr>& intent_filters) {
+ intent_filters_ = std::move(intent_filters);
+}
+
} // namespace arc

Powered by Google App Engine
This is Rietveld 408576698