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

Unified Diff: mojo/edk/embedder/test_embedder.h

Issue 728783003: Add infrastructure to run tests on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/edk/embedder/test_embedder.h
diff --git a/mojo/edk/embedder/test_embedder.h b/mojo/edk/embedder/test_embedder.h
index 76917ee539edaec74bc3094df1da2da4920ec26a..5e70a9f93342a2b35e6d081e6ffd820ede31a750 100644
--- a/mojo/edk/embedder/test_embedder.h
+++ b/mojo/edk/embedder/test_embedder.h
@@ -15,6 +15,9 @@ namespace test {
// you don't care about sandboxing, etc.).
MOJO_SYSTEM_IMPL_EXPORT void InitWithSimplePlatformSupport();
+// This returns whether the embedder is initialized.
+MOJO_SYSTEM_IMPL_EXPORT bool IsInitialized();
viettrungluu 2014/11/14 16:36:32 Nope, not going to allow this: if you don't know w
qsr 2014/11/14 17:02:33 Well, then I'm open to suggestion. The issue is th
+
// This shuts down the global, singleton instance. (Note: "Real" embedders are
// not expected to ever shut down this instance. This |Shutdown()| function will
// do more work to ensure that tests don't leak, etc.) Returns true if there
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/edk/embedder/test_embedder.cc » ('j') | mojo/tools/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698