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 203fa3c844d7283d0570cb03f5d6513d315a0906..bd3c5d97d4ec9d46d9af7267cea0e8c771d0c64a 100644 |
| --- a/mojo/common/common_custom_types.mojom |
| +++ b/mojo/common/common_custom_types.mojom |
| @@ -40,3 +40,8 @@ struct UnguessableToken { |
| struct Version { |
| array<uint32> components; |
| }; |
| + |
| +// Corresponds to |base::File| in base/files/file.h |
| +struct File { |
| + handle fd; |
| +}; |