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

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

Issue 2096293002: Eliminate usage of InterfacePtr::WaitForIncomingResponse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots failure Created 4 years, 5 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/public/interfaces/file.mojom ('k') | components/leveldb/leveldb_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 52b98684b19a7c7b2a64ada799a160a57c4bc76f..a2ab796129eddac844c3389977c208fc9bd1be25 100644
--- a/components/filesystem/public/interfaces/file_system.mojom
+++ b/components/filesystem/public/interfaces/file_system.mojom
@@ -10,8 +10,10 @@ import "components/filesystem/public/interfaces/types.mojom";
interface FileSystem {
// Opens a temporary filesystem. Will return a different directory each time
// it is called.
+ [Sync]
OpenTempDirectory(Directory& directory) => (FileError error);
// Returns a directory which will persist to disk.
+ [Sync]
OpenPersistentFileSystem(Directory& directory) => (FileError error);
};
« no previous file with comments | « components/filesystem/public/interfaces/file.mojom ('k') | components/leveldb/leveldb_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698