| 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
|
|
|