| 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();
|
|
|
|
|