| Index: mojo/public/cpp/application/application_test_base.h
|
| diff --git a/mojo/public/cpp/application/application_test_base.h b/mojo/public/cpp/application/application_test_base.h
|
| index 7fe38d28f66872fdef00d46b4e18a12339f7f2b6..d38cb641f4b88812180fe05ace942ae807dc38fa 100644
|
| --- a/mojo/public/cpp/application/application_test_base.h
|
| +++ b/mojo/public/cpp/application/application_test_base.h
|
| @@ -17,6 +17,10 @@ class ApplicationImpl;
|
|
|
| namespace test {
|
|
|
| +// Access the shell handle shared by multiple test application instances.
|
| +ScopedMessagePipeHandle GetShellHandleForTest();
|
| +void SetShellHandleForTest(ScopedMessagePipeHandle handle);
|
| +
|
| // A GTEST base class for application testing executed in mojo_shell.
|
| class ApplicationTestBase : public testing::Test {
|
| public:
|
|
|