| Index: chrome/test/base/mojo_test_connector.h
|
| diff --git a/chrome/test/base/mojo_test_connector.h b/chrome/test/base/mojo_test_connector.h
|
| index 441cc8df789b08f2878300e5f2eec2d91ff639d4..fbeb11cef98b26fa67c094699fecf86e48d7566b 100644
|
| --- a/chrome/test/base/mojo_test_connector.h
|
| +++ b/chrome/test/base/mojo_test_connector.h
|
| @@ -57,8 +57,15 @@ class MojoTestConnector {
|
| Config config);
|
| ~MojoTestConnector();
|
|
|
| + service_manager::BackgroundServiceManager* background_service_manager() {
|
| + return background_service_manager_.get();
|
| + }
|
| +
|
| + // Initializes the Mojo environment, and IPC thread.
|
| + void Init();
|
| +
|
| // Initializes the background thread the ServiceManager runs on.
|
| - service_manager::mojom::ServiceRequest Init();
|
| + service_manager::mojom::ServiceRequest InitBackgroundServiceManager();
|
|
|
| std::unique_ptr<content::TestState> PrepareForTest(
|
| base::CommandLine* command_line,
|
|
|