| 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 7ec245b33b3f0ef327843f0b19e1d30f7eae5b2d..e0b1eb1051c9444844aadf7639fe8ca68bcaa34a 100644
|
| --- a/mojo/shell/public/cpp/shell_connection.h
|
| +++ b/mojo/shell/public/cpp/shell_connection.h
|
| @@ -66,7 +66,7 @@ class ShellConnection : public shell::mojom::ShellClient {
|
| uint32_t source_id,
|
| shell::mojom::InterfaceProviderRequest remote_interfaces,
|
| shell::mojom::InterfaceProviderPtr local_interfaces,
|
| - Array<String> allowed_interfaces,
|
| + shell::mojom::CapabilityRequestPtr allowed_capabilities,
|
| const String& name) override;
|
|
|
| void OnConnectionError();
|
|
|