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

Unified Diff: mojo/embedder/embedder.h

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing Mac build failure Created 6 years, 5 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/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

Powered by Google App Engine
This is Rietveld 408576698