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

Unified Diff: shell/context.h

Issue 1061413002: Shell: Make a separate binary for child processes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Don't look at kChildProcess in desktop/main.cc. 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/context.h
diff --git a/shell/context.h b/shell/context.h
index 0b3522e470c8fd7b74684b9c130383ee180e1bfa..ec9ab7249b83fbab9ddcc9b2c935f59f75f168b7 100644
--- a/shell/context.h
+++ b/shell/context.h
@@ -50,6 +50,11 @@ class Context : public ApplicationManager::Delegate,
// success.
bool Init();
+ // Like Init(), but specifies values for |mojo_shell_path()| and
+ // |mojo_shell_child_path()| explicitly.
+ bool InitWithPaths(const base::FilePath& shell_path,
+ const base::FilePath& shell_child_path);
+
// If Init() was called and succeeded, this must be called before destruction.
void Shutdown();
« shell/android/main.cc ('K') | « shell/child_process_host.cc ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698