Chromium Code Reviews| Index: trunk/src/mojo/shell/context.h |
| =================================================================== |
| --- trunk/src/mojo/shell/context.h (revision 287751) |
| +++ trunk/src/mojo/shell/context.h (working copy) |
| @@ -31,6 +31,9 @@ |
| ~Context(); |
| void Init(); |
| + // Tear down context in safe order prior to deleting. Shutdown() is also |
| + // called by the destructor. |
| + void Shutdown(); |
| TaskRunners* task_runners() { return task_runners_.get(); } |
| ServiceManager* service_manager() { return &service_manager_; } |