Index: components/arc/test/fake_arc_bridge_bootstrap.cc |
diff --git a/components/arc/test/fake_arc_bridge_bootstrap.cc b/components/arc/test/fake_arc_bridge_bootstrap.cc |
index cd05697100f6719767cca27677a7695af94e2821..789bdb81cec647c064d6611efdf2b6fc494fb793 100644 |
--- a/components/arc/test/fake_arc_bridge_bootstrap.cc |
+++ b/components/arc/test/fake_arc_bridge_bootstrap.cc |
@@ -32,7 +32,10 @@ void FakeArcBridgeBootstrap::Stop() { |
} |
void FakeArcBridgeBootstrap::OnCrashed() { |
- Stop(); |
+ DCHECK(delegate_); |
+ instance_->Unbind(); |
+ delegate_->OnAborting(AbortReason::CRASH); |
+ delegate_->OnStopped(); |
} |
} // namespace arc |