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

Unified Diff: mojo/embedder/embedder.h

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 6 years, 8 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 9914104c276962949106a05631c576685fb5fd90..fee4cc82ffb8067f54fe82bef3ad09df0e236b2f 100644
--- a/mojo/embedder/embedder.h
+++ b/mojo/embedder/embedder.h
@@ -15,9 +15,6 @@
namespace mojo {
namespace embedder {
-// Must be called first to initialize the (global, singleton) system.
-MOJO_SYSTEM_IMPL_EXPORT void Init();
-
// 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
// of a suitable bidirectional OS "pipe" (e.g., a file descriptor to a socket on

Powered by Google App Engine
This is Rietveld 408576698