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

Unified Diff: components/arc/arc_service_manager.h

Issue 2579083002: Rename OnAppsUpdated to OnIntentFiltersUpdated (Closed)
Patch Set: address comment 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/arc_service_manager.h
diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h
index 07cb10e635d84fd4ade99eff3fc813694f315503..e66938d6b1eec04fbdca82c0868b7cff3ca1d04e 100644
--- a/components/arc/arc_service_manager.h
+++ b/components/arc/arc_service_manager.h
@@ -28,8 +28,8 @@ class ArcServiceManager {
public:
class Observer {
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;
protected:
virtual ~Observer() = default;
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/event_router.cc ('k') | components/arc/arc_service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698