Chromium Code Reviews| 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..a9c14b01cda0c1134f5630bfd8263db63027f597 100644 |
| --- a/mojo/common/common_custom_types.mojom |
| +++ b/mojo/common/common_custom_types.mojom |
| @@ -26,6 +26,9 @@ struct TimeTicks; |
| [Native] |
| struct String16; |
| +[Native] |
| +struct NullableString16; |
|
mlamouri (slow - plz ping)
2016/09/27 08:33:11
This might need to be reviewed by a mojo person. I
|
| + |
| // Corresponds to |base::UnguessableToken| in base/unguessable_token.h |
| struct UnguessableToken { |
| uint64 high; |