| Index: components/arc/arc_bridge_bootstrap.h
|
| diff --git a/components/arc/arc_bridge_bootstrap.h b/components/arc/arc_bridge_bootstrap.h
|
| index a86c97420af27a55cbd9e46d6921dfcd334a42f8..4374912483953375624b96704f0b37b645191ad6 100644
|
| --- a/components/arc/arc_bridge_bootstrap.h
|
| +++ b/components/arc/arc_bridge_bootstrap.h
|
| @@ -40,6 +40,10 @@ class ArcBridgeBootstrap {
|
| // Stops the currently-running instance.
|
| virtual void Stop() = 0;
|
|
|
| + // Set instance for testing. ArcBridgeBootstrap owns |bootstrap|
|
| + // until Create() is called, then passes ownership to the caller.
|
| + static void SetBootstrapForTesting(
|
| + scoped_ptr<ArcBridgeBootstrap> bootstrap);
|
| protected:
|
| ArcBridgeBootstrap();
|
|
|
|
|