Chromium Code Reviews| 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..e261c4ee47658de9006e11d549cc287042db8846 100644 |
| --- a/components/arc/intent_helper/arc_intent_helper_observer.h |
| +++ b/components/arc/intent_helper/arc_intent_helper_observer.h |
| @@ -9,8 +9,8 @@ namespace arc { |
| class ArcIntentHelperObserver { |
| public: |
| - // Called when app's intent filter is updated. |
| - virtual void OnAppsUpdated() = 0; |
| + // Called when intent filters are added or removed. |
| + virtual void OnIntentFiltersUpdated() = 0; |
| virtual ~ArcIntentHelperObserver() = default; |
|
hidehiko
2016/12/16 01:05:36
As you're here, could you swap the decl order of t
Yusuke Sato
2016/12/16 01:24:51
good catch, done.
|
| }; |