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

Unified Diff: components/filesystem/public/interfaces/file.mojom

Issue 2539383002: Replace base::File wrapping with typemapping. (Closed)
Patch Set: Created 4 years 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: components/filesystem/public/interfaces/file.mojom
diff --git a/components/filesystem/public/interfaces/file.mojom b/components/filesystem/public/interfaces/file.mojom
index 05bce45cbf2b2db5076f8fd9f6ff7dac0729f322..ac01f871f10640e187f563d3f0234764d47d14b6 100644
--- a/components/filesystem/public/interfaces/file.mojom
+++ b/components/filesystem/public/interfaces/file.mojom
@@ -10,6 +10,7 @@
module filesystem.mojom;
import "components/filesystem/public/interfaces/types.mojom";
+import "mojo/common/common_custom_types.mojom";
// TODO(vtl): Write comments.
interface File {
@@ -84,5 +85,5 @@ interface File {
// Returns a handle to the file for raw access.
[Sync]
- AsHandle() => (FileError error, handle file_handle);
+ AsHandle() => (FileError error, mojo.common.mojom.File? file_handle);
};

Powered by Google App Engine
This is Rietveld 408576698