| 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..d55f3d6f89d970bf36740656ac27cb96be1da77b 100644
|
| --- a/components/arc/arc_bridge_service_impl.h
|
| +++ b/components/arc/arc_bridge_service_impl.h
|
| @@ -44,6 +44,8 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
|
| private:
|
| friend class ArcBridgeTest;
|
| FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Restart);
|
| + FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, BootFailure);
|
| + FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Crash);
|
|
|
| // 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 +57,7 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
|
|
|
| // ArcBridgeBootstrap::Delegate:
|
| void OnConnectionEstablished(mojom::ArcBridgeInstancePtr instance) override;
|
| - void OnStopped() override;
|
| + void OnStopped(ArcBridgeBootstrap::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.
|
|
|