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

Unified Diff: components/arc/test/fake_arc_bridge_service.h

Issue 2436763004: More graceful shutdown for ArcSession. (Closed)
Patch Set: Add StopArcInstance Created 4 years, 2 months 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_session.cc ('k') | components/arc/test/fake_arc_bridge_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_arc_bridge_service.h
diff --git a/components/arc/test/fake_arc_bridge_service.h b/components/arc/test/fake_arc_bridge_service.h
index 963836c8a16d1b23c36f629535c4e37de9e4f862..c21811297e7cb573af03bc76a35c2ac8e7decfb0 100644
--- a/components/arc/test/fake_arc_bridge_service.h
+++ b/components/arc/test/fake_arc_bridge_service.h
@@ -18,9 +18,10 @@ class FakeArcBridgeService : public ArcBridgeService {
FakeArcBridgeService();
~FakeArcBridgeService() override;
- // ArcBridgeService
- void HandleStartup() override;
- void Shutdown() override;
+ // ArcBridgeService overrides:
+ void RequestStart() override;
+ void RequestStop() override;
+ void OnShutdown() override;
void SetReady();
« no previous file with comments | « components/arc/arc_session.cc ('k') | components/arc/test/fake_arc_bridge_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698