| Index: apps/moterm/moterm_driver.cc
|
| diff --git a/apps/moterm/moterm_driver.cc b/apps/moterm/moterm_driver.cc
|
| index 85b0bd163c43bca112b81c5b9f3645a37b321754..70b56062ec54f288b70977f66c1b634eb7064c4b 100644
|
| --- a/apps/moterm/moterm_driver.cc
|
| +++ b/apps/moterm/moterm_driver.cc
|
| @@ -187,11 +187,11 @@ void MotermDriver::Close(const CloseCallback& callback) {
|
| return;
|
| }
|
|
|
| + // TODO(vtl): Call pending read callbacks?
|
| +
|
| is_closed_ = true;
|
| callback.Run(mojo::files::ERROR_OK);
|
|
|
| - // TODO(vtl): Call pending read callbacks?
|
| -
|
| client_->OnClosed();
|
| }
|
|
|
|
|