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

Unified Diff: mojo/edk/embedder/embedder.cc

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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/edk/embedder/embedder.cc
diff --git a/mojo/edk/embedder/embedder.cc b/mojo/edk/embedder/embedder.cc
index d1ab6c69d692be9f640bfb2df356fad29aa6531e..a3d6f9bc4109f56caa176b6b62e1f1de5403ec7e 100644
--- a/mojo/edk/embedder/embedder.cc
+++ b/mojo/edk/embedder/embedder.cc
@@ -39,12 +39,6 @@ Core* GetCore() { return g_core; }
void SetMaxMessageSize(size_t bytes) {
}
-void PreInitializeParentProcess() {
-}
-
-void PreInitializeChildProcess() {
-}
-
ScopedPlatformHandle ChildProcessLaunched(base::ProcessHandle child_process) {
PlatformChannelPair channel;
ChildProcessLaunched(child_process, channel.PassServerHandle());

Powered by Google App Engine
This is Rietveld 408576698