| Index: shell/context.cc
|
| diff --git a/shell/context.cc b/shell/context.cc
|
| index 2e1b71b21509aaf021fd970c7c52c050a8d708ed..40abac585d478ba946c7a3814c78ffd2cdd4c944 100644
|
| --- a/shell/context.cc
|
| +++ b/shell/context.cc
|
| @@ -347,9 +347,7 @@ void Context::OnShutdownComplete() {
|
| }
|
|
|
| void Context::OnSlaveDisconnect(mojo::embedder::SlaveInfo slave_info) {
|
| - // TODO(vtl): We don't make any proper slave processes yet, so this shouldn't
|
| - // be called yet.
|
| - NOTREACHED();
|
| + // TODO(vtl): Do something, once we actually have |slave_info|.
|
| }
|
|
|
| void Context::Run(const GURL& url) {
|
|
|