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

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2474783004: [ABANDONED] Make it possible to send unique_ptr<Value> over IPC/Mojo. (Closed)
Patch Set: Created 4 years, 1 month 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 203fa3c844d7283d0570cb03f5d6513d315a0906..8f536e087ec96aa187319b0fba2fe2c705ec7a32 100644
--- a/mojo/common/common_custom_types.mojom
+++ b/mojo/common/common_custom_types.mojom
@@ -36,6 +36,9 @@ struct UnguessableToken {
uint64 low;
};
+[Native]
+struct Value;
+
// Corresponds to |base::Version| in base/version.h
struct Version {
array<uint32> components;

Powered by Google App Engine
This is Rietveld 408576698