Chromium Code Reviews| 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 |