summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/application/application_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/application/application_test_base.h')
-rw-r--r--mojo/public/cpp/application/application_test_base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/public/cpp/application/application_test_base.h b/mojo/public/cpp/application/application_test_base.h
index 7fe38d2..2f400a4 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 PassShellHandle();
+void SetShellHandle(ScopedMessagePipeHandle handle);
+
// A GTEST base class for application testing executed in mojo_shell.
class ApplicationTestBase : public testing::Test {
public: