summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_file_system.cc
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 04:10:10 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 04:10:10 +0000
commitbcbd98de32206864af45a2c6a41bf76d8fcb7cf4 (patch)
tree4910e337917f638e0dc40eff160a0e573aefe54e /webkit/tools/test_shell/simple_file_system.cc
parent58d9fe56a31875c85168c8b7264099900ea397b5 (diff)
downloadchromium_src-bcbd98de32206864af45a2c6a41bf76d8fcb7cf4.zip
chromium_src-bcbd98de32206864af45a2c6a41bf76d8fcb7cf4.tar.gz
chromium_src-bcbd98de32206864af45a2c6a41bf76d8fcb7cf4.tar.bz2
Change webkit/{fileapi,quota} code to use TaskRunner.
BUG=123559 TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/10197007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/simple_file_system.cc')
-rw-r--r--webkit/tools/test_shell/simple_file_system.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc
index db698eb..d653a08 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