Index: mojo/common/common_custom_types.mojom |
diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom |
index 91774b4dd99bd5b3fe4f912fc5e227eeb920818e..1aff70772f0b89796103b9ad2b1eab8ab68c42f5 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::NonceToken| in base/nonce_token.h |
+struct NonceToken { |
+ uint64 high; |
+ uint64 low; |
+}; |
+ |
[Native] |
struct Time; |