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

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

Issue 1166763002: Reland "Mandoline filesystem: Build the filesystem on windows." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DWORD -> INT for real checking. (This was wrong.) Created 5 years, 7 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: components/filesystem/public/interfaces/file_system.mojom
diff --git a/components/filesystem/public/interfaces/file_system.mojom b/components/filesystem/public/interfaces/file_system.mojom
index 3982297460bfe3a0bfbeaf3fb126ca9c27dc6974..263121600f36578cc8a144d960738cc42ae336dd 100644
--- a/components/filesystem/public/interfaces/file_system.mojom
+++ b/components/filesystem/public/interfaces/file_system.mojom
@@ -10,5 +10,5 @@ import "components/filesystem/public/interfaces/types.mojom";
interface FileSystem {
// Opens the root directory for the file system with the given name; null
// yields the default file system, if any.
- OpenFileSystem(string? file_system, Directory& directory) => (Error error);
+ OpenFileSystem(string? file_system, Directory& directory) => (FileError error);
};
« no previous file with comments | « components/filesystem/public/interfaces/file.mojom ('k') | components/filesystem/public/interfaces/types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698