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

Unified Diff: components/arc/intent_helper/arc_intent_helper_bridge.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: Fix up version numbers after sync. 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/arc_intent_helper_bridge.cc
diff --git a/components/arc/intent_helper/arc_intent_helper_bridge.cc b/components/arc/intent_helper/arc_intent_helper_bridge.cc
index 15814543e66fe75fe9e6117a6815fa9f54635636..ad9431da55152c29d910f8023f7d20d82646e5e2 100644
--- a/components/arc/intent_helper/arc_intent_helper_bridge.cc
+++ b/components/arc/intent_helper/arc_intent_helper_bridge.cc
@@ -95,4 +95,9 @@ ArcIntentHelperBridge::FilterOutIntentHelper(
return handlers_filtered;
}
+void ArcIntentHelperBridge::OnIntentFiltersUpdated(
+ mojo::Array<mojom::IntentFilterPtr> filters) {
+ // TODO(29248657): Store the filters and implement matching.
Luis Héctor Chávez 2016/06/16 22:45:20 In the past, we've required having an implementati
Yusuke Sato 2016/06/16 23:42:18 What we could do I think is to remember |filters|
zentaro 2016/06/17 21:42:25 Done.
+}
+
} // namespace arc

Powered by Google App Engine
This is Rietveld 408576698