Chromium Code Reviews| Index: mojo/common/common_custom_types.mojom |
| diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom |
| index 1eca3a5a6f5ccba3d96b5aea3e28aedda7edb6f4..7b4ef5f4c565aa38a27cd05fd3a91e4ce916350e 100644 |
| --- a/mojo/common/common_custom_types.mojom |
| +++ b/mojo/common/common_custom_types.mojom |
| @@ -13,6 +13,12 @@ struct ListValue; |
| [Native] |
| struct DictionaryValue; |
| +// Corresponds to |base::Nonce| in base/nonce.h |
| +struct Nonce { |
| + uint64 high; |
| + uint64 low; |
| +}; |
| + |
| [Native] |
| struct Time; |