| Index: mojo/common/test_common_custom_types.mojom
|
| diff --git a/mojo/common/test_common_custom_types.mojom b/mojo/common/test_common_custom_types.mojom
|
| index aa4cbc3a07a5c86dc92a9516c2e02c31caf7897a..c618032a20c4f9714bbd3f5cbaed148ca06f124b 100644
|
| --- a/mojo/common/test_common_custom_types.mojom
|
| +++ b/mojo/common/test_common_custom_types.mojom
|
| @@ -30,10 +30,15 @@ interface TestTime {
|
| };
|
|
|
| interface TestValue {
|
| + [Sync]
|
| BounceDictionaryValue(mojo.common.mojom.DictionaryValue in)
|
| => (mojo.common.mojom.DictionaryValue out);
|
| + [Sync]
|
| BounceListValue(mojo.common.mojom.ListValue in)
|
| => (mojo.common.mojom.ListValue out);
|
| + [Sync]
|
| + BounceValue(mojo.common.mojom.Value? in)
|
| + => (mojo.common.mojom.Value? out);
|
| };
|
|
|
| interface TestString16 {
|
|
|