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

Unified Diff: webkit/fileapi/file_system_file_util_proxy.cc

Issue 9562005: Cleanup: Updating FileSystemFileUtil comments (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « webkit/fileapi/file_system_file_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_file_util_proxy.cc
diff --git a/webkit/fileapi/file_system_file_util_proxy.cc b/webkit/fileapi/file_system_file_util_proxy.cc
index b44a40648aa9c659746c23acab98b4d636ce1411..a26bb390a389e85d8800630bfb89cb73c343eacd 100644
--- a/webkit/fileapi/file_system_file_util_proxy.cc
+++ b/webkit/fileapi/file_system_file_util_proxy.cc
@@ -244,8 +244,7 @@ bool FileSystemFileUtilProxy::ReadDirectory(
Bind(&ReadDirectoryHelper::Reply, Owned(helper), callback));
}
-// Touches a file by calling |file_util|'s FileSystemFileUtil::Touch
-// on the given |message_loop_proxy|.
+// static
bool FileSystemFileUtilProxy::Touch(
MessageLoopProxy* message_loop_proxy,
FileSystemOperationContext* context,
« no previous file with comments | « webkit/fileapi/file_system_file_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698