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

Unified Diff: components/filesystem/directory_impl.h

Issue 1176653002: mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win 8 Created 5 years, 6 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/DEPS ('k') | components/filesystem/directory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/directory_impl.h
diff --git a/components/filesystem/directory_impl.h b/components/filesystem/directory_impl.h
index 17c752f38cd3cb2fa2c024291547afdc55def8ef..ed19d007c188013976d1326d1a8ad31790e7d529 100644
--- a/components/filesystem/directory_impl.h
+++ b/components/filesystem/directory_impl.h
@@ -44,6 +44,11 @@ class DirectoryImpl : public Directory {
void Delete(const mojo::String& path,
uint32_t delete_flags,
const DeleteCallback& callback) override;
+ void Exists(const mojo::String& path,
+ const ExistsCallback& callback) override;
+ void IsWritable(const mojo::String& path,
+ const IsWritableCallback& callback) override;
+ void Flush(const FlushCallback& callback) override;
private:
mojo::StrongBinding<Directory> binding_;
« no previous file with comments | « components/filesystem/DEPS ('k') | components/filesystem/directory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698