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

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

Issue 1147083002: mandoline: Fork the files service from the mojo repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I think the problem was in the mandoline build.gn 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/files.mojom
diff --git a/components/filesystem/public/interfaces/files.mojom b/components/filesystem/public/interfaces/files.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..19f1bc355cd5d84ea4ab7d7e14c15d9fdff3610f
--- /dev/null
+++ b/components/filesystem/public/interfaces/files.mojom
@@ -0,0 +1,14 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+module mojo.files;
+
+import "components/filesystem/public/interfaces/directory.mojom";
+import "components/filesystem/public/interfaces/types.mojom";
+
+interface Files {
+ // 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);
+};
« 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