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

Unified Diff: chrome/common/file_system/webfilesystem_callback_dispatcher.h

Issue 3604006: Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 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: chrome/common/file_system/webfilesystem_callback_dispatcher.h
===================================================================
--- chrome/common/file_system/webfilesystem_callback_dispatcher.h (revision 61462)
+++ chrome/common/file_system/webfilesystem_callback_dispatcher.h (working copy)
@@ -34,7 +34,6 @@
virtual void DidOpenFileSystem(const std::string&,
const FilePath&);
virtual void DidFail(base::PlatformFileError);
- virtual void DidWrite(int64 bytes, bool complete);
private:
WebKit::WebFileSystemCallbacks* callbacks_;
« no previous file with comments | « chrome/common/file_system/file_system_dispatcher.cc ('k') | chrome/common/file_system/webfilesystem_callback_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698