| 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..89baf5e4943fb41a0121f27f0994f0b61f57d156 100644
|
| --- a/content/test/data/web_ui_test_mojo_bindings.mojom
|
| +++ b/content/test/data/web_ui_test_mojo_bindings.mojom
|
| @@ -24,12 +24,14 @@ struct EchoArgs {
|
| interface BrowserTarget {
|
| PingResponse();
|
| EchoResponse(EchoArgs arg1, EchoArgs arg2);
|
| + FlipBitsResponse(EchoArgs arg);
|
| };
|
|
|
| [Peer=BrowserTarget]
|
| interface RendererTarget {
|
| Ping();
|
| - Echo(EchoArgs arg);
|
| + Echo(int32 numIterations, EchoArgs arg);
|
| + FlipBits(int32 numIterations, EchoArgs arg);
|
| };
|
|
|
| }
|
|
|