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

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: better type mapping (experimental, should move to a separate CL) 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 6c0f4eba773e7103215a1394ea31fc71fde0635b..2efbf77ec18eee24e3ed13ab7da8774836a339c2 100644
--- a/mojo/common/common_custom_types.mojom
+++ b/mojo/common/common_custom_types.mojom
@@ -23,8 +23,9 @@ struct TimeDelta {
[Native]
struct TimeTicks;
-[Native]
-struct String16;
+struct String16 {
+ array<uint16> data;
+};
// Corresponds to |base::UnguessableToken| in base/unguessable_token.h
struct UnguessableToken {

Powered by Google App Engine
This is Rietveld 408576698