| Index: components/arc/arc_bridge_service_impl.h
|
| diff --git a/components/arc/arc_bridge_service_impl.h b/components/arc/arc_bridge_service_impl.h
|
| index 60e6162785df7dda68a039cb0f5949141127ef47..938054058bc2927e1323b4a3719dd1c65500dc68 100644
|
| --- a/components/arc/arc_bridge_service_impl.h
|
| +++ b/components/arc/arc_bridge_service_impl.h
|
| @@ -44,6 +44,7 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
|
| private:
|
| friend class ArcBridgeTest;
|
| FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Restart);
|
| + FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, OnBridgeStopped);
|
|
|
| // If all pre-requisites are true (ARC is available, it has been enabled, and
|
| // the session has started), and ARC is stopped, start ARC. If ARC is running
|
| @@ -55,7 +56,7 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
|
|
|
| // ArcBridgeBootstrap::Delegate:
|
| void OnConnectionEstablished(mojom::ArcBridgeInstancePtr instance) override;
|
| - void OnStopped() override;
|
| + void OnStopped(StopReason reason) override;
|
|
|
| // Called when the bridge channel is closed. This typically only happens when
|
| // the ARC instance crashes. This is not called during shutdown.
|
|
|