| Index: mojo/runner/context.h
|
| diff --git a/mojo/runner/context.h b/mojo/runner/context.h
|
| index 1dd54cb5484f51b2497b7e776f145c76ee3fa56c..78cd1631a0948e1475589e33a9382e6057603d81 100644
|
| --- a/mojo/runner/context.h
|
| +++ b/mojo/runner/context.h
|
| @@ -55,6 +55,9 @@ class Context : public shell::ApplicationManager::Delegate,
|
|
|
| void Run(const GURL& url);
|
|
|
| + // Run the application specified on the commandline.
|
| + void RunCommandLineApplication();
|
| +
|
| TaskRunners* task_runners() { return task_runners_.get(); }
|
| shell::ApplicationManager* application_manager() {
|
| return &application_manager_;
|
|
|