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

Unified Diff: components/filesystem/directory_impl.h

Issue 1231493002: mandoline filesystem: Save cookie data to the mojo:filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 5 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 | « no previous file | components/filesystem/file_system_app.h » ('j') | sql/mojo/mojo_vfs.cc » ('J')
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 ed19d007c188013976d1326d1a8ad31790e7d529..b016b8395815cfae690dce337547240811464602 100644
--- a/components/filesystem/directory_impl.h
+++ b/components/filesystem/directory_impl.h
@@ -28,6 +28,10 @@ class DirectoryImpl : public Directory {
scoped_ptr<base::ScopedTempDir> temp_dir);
~DirectoryImpl() override;
+ void set_connection_error_handler(const mojo::Closure& error_handler) {
+ binding_.set_connection_error_handler(error_handler);
+ }
+
// |Directory| implementation:
void Read(const ReadCallback& callback) override;
void OpenFile(const mojo::String& path,
« no previous file with comments | « no previous file | components/filesystem/file_system_app.h » ('j') | sql/mojo/mojo_vfs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698