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

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: Do not introduce IsInitialzed() 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/17 23:56:58 Please delete.
qsr 2014/11/18 09:55:27 Done.
+
// 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

Powered by Google App Engine
This is Rietveld 408576698