| Index: mojo/shell/public/cpp/shell_connection.h
|
| diff --git a/mojo/shell/public/cpp/shell_connection.h b/mojo/shell/public/cpp/shell_connection.h
|
| index 0d4b381ace981eb3d82c0b33af9f12a9bc81787b..bcdd4237b44304fbc5f7de6a978102991a79cabd 100644
|
| --- a/mojo/shell/public/cpp/shell_connection.h
|
| +++ b/mojo/shell/public/cpp/shell_connection.h
|
| @@ -89,12 +89,13 @@ class ShellConnection : public Shell, public shell::mojom::ShellClient {
|
| void Initialize(shell::mojom::ShellPtr shell,
|
| const mojo::String& url,
|
| uint32_t id) override;
|
| - void AcceptConnection(const String& requestor_url,
|
| - uint32_t requestor_id,
|
| - InterfaceRequest<InterfaceProvider> remote_interfaces,
|
| - InterfaceProviderPtr local_interfaces,
|
| - Array<String> allowed_interfaces,
|
| - const String& url) override;
|
| + void AcceptConnection(
|
| + const String& requestor_url,
|
| + uint32_t requestor_id,
|
| + shell::mojom::InterfaceProviderRequest remote_interfaces,
|
| + shell::mojom::InterfaceProviderPtr local_interfaces,
|
| + Array<String> allowed_interfaces,
|
| + const String& url) override;
|
| void OnQuitRequested(const Callback<void(bool)>& callback) override;
|
|
|
| void OnConnectionError();
|
|
|