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

Unified Diff: mojo/common/test_common_custom_types.mojom

Issue 2524293002: Add a mojo struct corresponding and typemapped to base::File. (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/test_common_custom_types.mojom
diff --git a/mojo/common/test_common_custom_types.mojom b/mojo/common/test_common_custom_types.mojom
index ab49cce13393900d0e9077aa8caba0d9c406cba3..146c8c61f4cd001d7d6cd02a8e48cedb8efd51e1 100644
--- a/mojo/common/test_common_custom_types.mojom
+++ b/mojo/common/test_common_custom_types.mojom
@@ -36,3 +36,9 @@ interface TestString16 {
BounceString16(mojo.common.mojom.String16 in)
=> (mojo.common.mojom.String16 out);
};
+
+interface TestFile {
+ [Sync]
+ BounceFile(mojo.common.mojom.File? in)
+ => (mojo.common.mojom.File? out);
+};

Powered by Google App Engine
This is Rietveld 408576698