Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: Fixed a UT Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698