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

Unified Diff: mojo/runner/child_process.h

Issue 1264463005: mandoline sandbox: prewarm libraries before we raise the sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/runner/child_process.h
diff --git a/mojo/runner/child_process.h b/mojo/runner/child_process.h
index 2b94301fa8de30f89f7b2a52ed3334e78d2f636c..9cf3ccf3da4a516f716e1c83cddb5a9029f40d0c 100644
--- a/mojo/runner/child_process.h
+++ b/mojo/runner/child_process.h
@@ -5,11 +5,13 @@
#ifndef MOJO_RUNNER_CHILD_PROCESS_H_
#define MOJO_RUNNER_CHILD_PROCESS_H_
+#include "base/native_library.h"
+
namespace mojo {
namespace runner {
// Main method for a child process.
-int ChildProcessMain();
+int ChildProcessMain(base::NativeLibrary app_library);
} // namespace runner
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698