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

Unified Diff: components/arc/arc_service_manager.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/arc_service_manager.h
diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h
index 07cb10e635d84fd4ade99eff3fc813694f315503..68542db2fd1e4d51501c5a87d94f8a9da85c2c52 100644
--- a/components/arc/arc_service_manager.h
+++ b/components/arc/arc_service_manager.h
@@ -29,7 +29,7 @@ class ArcServiceManager {
class Observer {
public:
// Called when app's intent filter is updated.
Daniel Erat 2016/12/15 18:43:09 nit: maybe "Called when intent filters are added o
Yusuke Sato 2016/12/15 19:29:16 Thanks, done.
- virtual void OnAppsUpdated() = 0;
+ 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