Index: mojo/embedder/embedder.h |
diff --git a/mojo/embedder/embedder.h b/mojo/embedder/embedder.h |
index 148e5d6d1af6a8b2ce28a177e8d69519f7234f73..9cb1b2427f78865b4a07f3b3abb395fa696b089d 100644 |
--- a/mojo/embedder/embedder.h |
+++ b/mojo/embedder/embedder.h |
@@ -17,6 +17,7 @@ namespace embedder { |
// Must be called first to initialize the (global, singleton) system. |
MOJO_SYSTEM_IMPL_EXPORT void Init(); |
+MOJO_SYSTEM_IMPL_EXPORT void InitIfNeeded(); |
viettrungluu
2014/07/15 16:28:07
I'd really rather avoid adding this. It's a sympto
|
// Creates a new "channel", returning a handle to the bootstrap message pipe on |
// that channel. |platform_handle| should be an OS-dependent handle to one side |