| Index: mojo/shell/shell_test_base.h
|
| diff --git a/mojo/shell/shell_test_base.h b/mojo/shell/shell_test_base.h
|
| index 69cc2c68e80f98e7748aaae581b19b8e73a6f8e1..52538a7eb67f379f0e0338a05a1dd704932328a2 100644
|
| --- a/mojo/shell/shell_test_base.h
|
| +++ b/mojo/shell/shell_test_base.h
|
| @@ -24,10 +24,11 @@ class ShellTestBase : public testing::Test {
|
| ShellTestBase();
|
| virtual ~ShellTestBase();
|
|
|
| - // Launches the given service in-process; |service_url| should typically be a
|
| - // mojo: URL (the origin will be set to an "appropriate" file: URL).
|
| - ScopedMessagePipeHandle LaunchServiceInProcess(
|
| - const GURL& service_url,
|
| + // |application_url| should typically be a mojo: URL (the origin will be set
|
| + // to an "appropriate" file: URL).
|
| + // TODO(tim): Should the test base be a ServiceProvider?
|
| + ScopedMessagePipeHandle ConnectToService(
|
| + const GURL& application_url,
|
| const std::string& service_name);
|
|
|
| base::MessageLoop* message_loop() { return &message_loop_; }
|
|
|