Chromium Code Reviews| Index: content/test/data/web_ui_test_mojo_bindings.mojom |
| diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/content/test/data/web_ui_test_mojo_bindings.mojom |
| index 7fde1b3d5dfc6c89be11cb6b9b811def0c702f20..9ffd38529a320397c935a60339094bc5459d1f67 100644 |
| --- a/content/test/data/web_ui_test_mojo_bindings.mojom |
| +++ b/content/test/data/web_ui_test_mojo_bindings.mojom |
| @@ -18,6 +18,7 @@ struct EchoArgs { |
| double double_inf; |
| double double_nan; |
| string name; |
| + string[] string_array; |
| }; |
| [Peer=RendererTarget] |