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

Unified Diff: chrome/common/file_system/file_system_dispatcher.cc

Issue 3599011: Add truncate and cancel for FileWriter; write and tests will come in later CL... (Closed) Base URL: svn://chrome-svn/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/file_system_dispatcher.cc
===================================================================
--- chrome/common/file_system/file_system_dispatcher.cc (revision 61078)
+++ chrome/common/file_system/file_system_dispatcher.cc (working copy)
@@ -215,8 +215,7 @@
fileapi::FileSystemCallbackDispatcher* dispatcher =
dispatchers_.Lookup(request_id);
DCHECK(dispatcher);
- // TODO(ericu): Coming soon.
- // dispatcher->DidWrite(bytes, complete);
+ dispatcher->DidWrite(bytes, complete);
if (complete)
dispatchers_.Remove(request_id);
}

Powered by Google App Engine
This is Rietveld 408576698