| Index: mojo/public/interfaces/bindings/interface_control_messages.mojom
|
| diff --git a/mojo/public/interfaces/bindings/interface_control_messages.mojom b/mojo/public/interfaces/bindings/interface_control_messages.mojom
|
| index d193351c49e56939a16cd396b6c97e5c241c51b7..42b6297d05157c36a9eee90a3af7ff0f5db7c676 100644
|
| --- a/mojo/public/interfaces/bindings/interface_control_messages.mojom
|
| +++ b/mojo/public/interfaces/bindings/interface_control_messages.mojom
|
| @@ -23,6 +23,7 @@ struct RunMessageParams {
|
| };
|
| union RunInput {
|
| QueryVersion query_version;
|
| + FlushForTesting flush_for_testing;
|
| };
|
|
|
| struct RunResponseMessageParams {
|
| @@ -39,6 +40,9 @@ struct QueryVersionResult {
|
| uint32 version;
|
| };
|
|
|
| +struct FlushForTesting {
|
| +};
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // RunOrClosePipe@0xFFFFFFFE(RunOrClosePipeInput input);
|
| //
|
|
|