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

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

Issue 1935863002: mojo: Fix leveldb unittests by making fs::Directories cloneable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gyp continues to exist. Created 4 years, 8 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
« no previous file with comments | « components/filesystem/filesystem.gyp ('k') | components/filesystem/shared_temp_dir.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/public/interfaces/directory.mojom
diff --git a/components/filesystem/public/interfaces/directory.mojom b/components/filesystem/public/interfaces/directory.mojom
index 397c0866843a9aa599aa6e564e514450be0b3d64..063fb0ad37da8dfb790637c2b9a8b738cce483cb 100644
--- a/components/filesystem/public/interfaces/directory.mojom
+++ b/components/filesystem/public/interfaces/directory.mojom
@@ -71,6 +71,9 @@ interface Directory {
[Sync]
StatFile(string path) => (FileError error, FileInformation? file_information);
+ // Creates a copy of this directory.
+ Clone(Directory& directory);
+
// Reads the contents of an entire file.
ReadEntireFile(string path) => (FileError error, array<uint8> data);
« no previous file with comments | « components/filesystem/filesystem.gyp ('k') | components/filesystem/shared_temp_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698