| Index: shell/context.h
|
| diff --git a/shell/context.h b/shell/context.h
|
| index a460214a0b26452fa6150470283df26d31595ff9..f9aa048b18828752dcc69e9708d18e7eb0c6a761 100644
|
| --- a/shell/context.h
|
| +++ b/shell/context.h
|
| @@ -51,6 +51,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();
|
|
|
|
|