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

Unified Diff: components/arc/test/fake_arc_session.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/test/fake_arc_bridge_service.cc ('k') | components/arc/test/fake_arc_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_arc_session.h
diff --git a/components/arc/test/fake_arc_session.h b/components/arc/test/fake_arc_session.h
index a8f6ed04897a585e18ffd60982bc7916fa4c128f..fb56229c3daea8bdd119c6aa3683ad49b664677b 100644
--- a/components/arc/test/fake_arc_session.h
+++ b/components/arc/test/fake_arc_session.h
@@ -21,6 +21,7 @@ class FakeArcSession : public ArcSession {
// ArcSession overrides:
void Start() override;
void Stop() override;
+ void OnShutdown() override;
// To emulate unexpected stop, such as crash.
void StopWithReason(ArcBridgeService::StopReason reason);
« no previous file with comments | « components/arc/test/fake_arc_bridge_service.cc ('k') | components/arc/test/fake_arc_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698