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

Unified Diff: webkit/fileapi/file_system_file_util.h

Issue 8231004: Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: got it building Created 9 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: webkit/fileapi/file_system_file_util.h
diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h
index 83a04c8538d932dceb24fd8f75f24f763f4718ec..5d7b4fbca802787d874a8b5da23562694b505106 100644
--- a/webkit/fileapi/file_system_file_util.h
+++ b/webkit/fileapi/file_system_file_util.h
@@ -20,8 +20,7 @@ using base::PlatformFileError;
class FileSystemOperationContext;
// A large part of this implementation is taken from base::FileUtilProxy.
-// TODO(dmikurube, kinuko): Clean up base::FileUtilProxy to factor out common
-// routines. It includes dropping FileAPI-specific routines from FileUtilProxy.
+// TODO(kinuko): Rewrite or replace this entire class with PostTaskAndReply.
//
// The default implementations of the virtual methods below (*1) assume the
// given paths are native ones for the host platform. The subclasses that

Powered by Google App Engine
This is Rietveld 408576698