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

Unified Diff: webkit/appcache/appcache_storage_impl.cc

Issue 8960011: base::Bind: Remove NewRunnableFunction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lame TODO. Created 9 years 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 | « tools/valgrind/common.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_storage_impl.cc
diff --git a/webkit/appcache/appcache_storage_impl.cc b/webkit/appcache/appcache_storage_impl.cc
index e2a0b2697f5f64b2c939352ca27661147bb52810..617bc27de0277ba5fe8c1c9689d82633bb33edab 100644
--- a/webkit/appcache/appcache_storage_impl.cc
+++ b/webkit/appcache/appcache_storage_impl.cc
@@ -44,7 +44,9 @@ static const FilePath::CharType kDiskCacheDirectoryName[] =
namespace {
-// Helper with no return value for use with NewRunnableFunction.
+// Helper with no return value for use with base::Bind.
+// TODO(jhawkins): Figure out why base::IgnoreResult does not work for
+// file_util::Delete on Windows.
void DeleteDirectory(const FilePath& path) {
file_util::Delete(path, true);
}
« no previous file with comments | « tools/valgrind/common.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698