| Index: components/filesystem/file_system_app.h
|
| diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
|
| index 5e297ad811627bb7a983eab0ed4ca0dbf2956a93..5b1d8668ca80e92afa00ed69c2899db7dedf5821 100644
|
| --- a/components/filesystem/file_system_app.h
|
| +++ b/components/filesystem/file_system_app.h
|
| @@ -34,8 +34,6 @@ class FileSystemApp : public mojo::ShellClient,
|
| void Initialize(mojo::Connector* connector, const mojo::Identity& identity,
|
| uint32_t id) override;
|
| bool AcceptConnection(mojo::Connection* connection) override;
|
| - void ShellConnectionLost() override;
|
| -
|
| // |InterfaceFactory<Files>| implementation:
|
| void Create(mojo::Connection* connection,
|
| mojo::InterfaceRequest<FileSystem> request) override;
|
|
|