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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef SHELL_CHILD_MAIN_H_
6 #define SHELL_CHILD_MAIN_H_
7
8 namespace mojo {
9 namespace shell {
10
11 // The "main()" for child processes. This should be called with a
12 // the |base::CommandLine| singleton initialized and a |base::AtExitManager|,
13 // but without a |base::MessageLoop| for the current thread. Returns the exit
14 // code for the process.
15 int ChildMain();
16
17 } // namespace shell
18 } // namespace mojo
19
20 #endif // SHELL_CHILD_MAIN_H_
OLDNEW
« 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