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

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

Issue 2538263005: Simplify ArcServiceManager by stop deriving it from ArcIntentHelperObserver (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
« no previous file with comments | « components/arc/arc_service_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8cc87e7d65c95973ec0c53c029b2a0648af770a..b0352fe442ff3be7bd5d9f6ec885e0ca4c84071f 100644
--- a/components/arc/intent_helper/arc_intent_helper_observer.h
+++ b/components/arc/intent_helper/arc_intent_helper_observer.h
@@ -11,8 +11,6 @@ class ArcIntentHelperObserver {
public:
// Called when app's intent filter is updated.
virtual void OnAppsUpdated() = 0;
-
- protected:
virtual ~ArcIntentHelperObserver() = default;
};
« no previous file with comments | « components/arc/arc_service_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698