Index: mojo/edk/embedder/embedder.h |
diff --git a/mojo/edk/embedder/embedder.h b/mojo/edk/embedder/embedder.h |
index 81d098f0dcd567b7d6889e459b6193f4ba94ed4c..1adbc79f1579d6c6d4b0f4908b2533edb8f0f0f8 100644 |
--- a/mojo/edk/embedder/embedder.h |
+++ b/mojo/edk/embedder/embedder.h |
@@ -33,12 +33,6 @@ class ProcessDelegate; |
// Allows changing the default max message size. Must be called before Init. |
MOJO_SYSTEM_IMPL_EXPORT void SetMaxMessageSize(size_t bytes); |
-// Must be called before Init in the parent (unsandboxed) process. |
-MOJO_SYSTEM_IMPL_EXPORT void PreInitializeParentProcess(); |
- |
-// Must be called before Init in the child (sandboxed) process. |
-MOJO_SYSTEM_IMPL_EXPORT void PreInitializeChildProcess(); |
- |
// Called in the parent process for each child process that is launched. The |
// returned handle must be sent to the child process which then calls |
// SetParentPipeHandle. |