| Index: mojo/application/public/cpp/application_delegate.h
|
| diff --git a/mojo/application/public/cpp/application_delegate.h b/mojo/application/public/cpp/application_delegate.h
|
| index 876ad403fd8cfd1d2298025f414cd5082bb68025..a3784908739a9e8ca9212c7b73d47114b5d09aca 100644
|
| --- a/mojo/application/public/cpp/application_delegate.h
|
| +++ b/mojo/application/public/cpp/application_delegate.h
|
| @@ -34,10 +34,6 @@ class ApplicationDelegate {
|
| // Return false to reject the connection entirely.
|
| virtual bool ConfigureOutgoingConnection(ApplicationConnection* connection);
|
|
|
| - // Called when an ApplicationConnection is about to close. After returning,
|
| - // the |connection| object will be destroyed.
|
| - virtual void OnWillCloseConnection(ApplicationConnection* connection) {}
|
| -
|
| // Called when the shell connection has a connection error.
|
| //
|
| // Return true to shutdown the application. Return false to skip shutting
|
|
|