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

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: Removed MOJO_COMMON_EXPORT 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
« no previous file with comments | « ipc/ipc_message_utils_unittest.cc ('k') | mojo/common/common_custom_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6c0f4eba773e7103215a1394ea31fc71fde0635b 100644
--- a/mojo/common/common_custom_types.mojom
+++ b/mojo/common/common_custom_types.mojom
@@ -26,6 +26,12 @@ struct TimeTicks;
[Native]
struct String16;
+// Corresponds to |base::UnguessableToken| in base/unguessable_token.h
+struct UnguessableToken {
+ uint64 high;
+ uint64 low;
+};
+
// Corresponds to |base::Version| in base/version.h
struct Version {
array<uint32> components;
« no previous file with comments | « ipc/ipc_message_utils_unittest.cc ('k') | mojo/common/common_custom_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698