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

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: Addressing comments. 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..66fea215862fbf1680e4db17bab39bf830b1f5ff 100644
--- a/mojo/common/common_custom_types.mojom
+++ b/mojo/common/common_custom_types.mojom
@@ -14,6 +14,9 @@ struct ListValue;
struct DictionaryValue;
[Native]
+struct Nonce;
Fady Samuel 2016/09/13 17:45:00 Sorry just noticed. Could we please make this not
tguilbert 2016/09/13 20:20:19 Done. I originally had StructTraits but encounter
Fady Samuel 2016/09/13 20:28:44 That's fine. If you want some of the StructTraits
tguilbert 2016/09/13 21:11:44 Ok, thanks for the info.
+
+[Native]
struct Time;
[Native]

Powered by Google App Engine
This is Rietveld 408576698