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

Unified Diff: webkit/tools/test_shell/simple_file_system.cc

Issue 10197007: Change webkit/{fileapi,quota} code to use TaskRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixesz Created 8 years, 8 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/tools/test_shell/simple_file_system.cc
diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc
index db698eb74a78b2f5d92520449b5257a95cfb2776..d653a08417c9137ce7fed201c6b67dc748fd2529 100644
--- a/webkit/tools/test_shell/simple_file_system.cc
+++ b/webkit/tools/test_shell/simple_file_system.cc
@@ -199,9 +199,7 @@ void SimpleFileSystem::CleanupOnIOThread() {
FileSystemOperationInterface* SimpleFileSystem::GetNewOperation(
const WebURL& url) {
- return file_system_context_->CreateFileSystemOperation(
- GURL(url),
- base::MessageLoopProxy::current());
+ return file_system_context_->CreateFileSystemOperation(GURL(url));
}
FileSystemOperationInterface::StatusCallback

Powered by Google App Engine
This is Rietveld 408576698