Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: mojo/public/cpp/application/application_test_base.h

Issue 680263004: Split application_test_main.cc out of *_base.cc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Cleanup. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698