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

Unified Diff: components/arc/intent_helper/arc_intent_helper_observer.h

Issue 2579083002: Rename OnAppsUpdated to OnIntentFiltersUpdated (Closed)
Patch Set: Created 4 years 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_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..38414b5b5c0ce7d2100155b8989bed5d8829242c 100644
--- a/components/arc/intent_helper/arc_intent_helper_observer.h
+++ b/components/arc/intent_helper/arc_intent_helper_observer.h
@@ -10,7 +10,7 @@ namespace arc {
class ArcIntentHelperObserver {
public:
// Called when app's intent filter is updated.
- virtual void OnAppsUpdated() = 0;
+ virtual void OnIntentFiltersUpdated() = 0;
virtual ~ArcIntentHelperObserver() = default;
};

Powered by Google App Engine
This is Rietveld 408576698