| Index: components/arc/intent_helper/arc_intent_helper_observer.h
|
| diff --git a/components/arc/intent_helper/arc_intent_helper_observer.h b/components/arc/intent_helper/arc_intent_helper_observer.h
|
| index b0352fe442ff3be7bd5d9f6ec885e0ca4c84071f..d6d41e3e0220f24c6b923ce33edd52f2dacaf9dc 100644
|
| --- a/components/arc/intent_helper/arc_intent_helper_observer.h
|
| +++ b/components/arc/intent_helper/arc_intent_helper_observer.h
|
| @@ -9,9 +9,9 @@ namespace arc {
|
|
|
| class ArcIntentHelperObserver {
|
| public:
|
| - // Called when app's intent filter is updated.
|
| - virtual void OnAppsUpdated() = 0;
|
| virtual ~ArcIntentHelperObserver() = default;
|
| + // Called when intent filters are added or removed.
|
| + virtual void OnIntentFiltersUpdated() = 0;
|
| };
|
|
|
| } // namespace arc
|
|
|