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

Unified Diff: shell/child_main.h

Issue 1061413002: Shell: Make a separate binary for child processes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 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: shell/child_main.h
diff --git a/shell/child_main.h b/shell/child_main.h
deleted file mode 100644
index 36cb9cddcd0252e6445fdad3f149b060074af1d6..0000000000000000000000000000000000000000
--- a/shell/child_main.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef SHELL_CHILD_MAIN_H_
-#define SHELL_CHILD_MAIN_H_
-
-namespace mojo {
-namespace shell {
-
-// The "main()" for child processes. This should be called with a
-// the |base::CommandLine| singleton initialized and a |base::AtExitManager|,
-// but without a |base::MessageLoop| for the current thread. Returns the exit
-// code for the process.
-int ChildMain();
-
-} // namespace shell
-} // namespace mojo
-
-#endif // SHELL_CHILD_MAIN_H_
« no previous file with comments | « shell/android/main.cc ('k') | shell/child_main.cc » ('j') | shell/child_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698