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

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

Issue 10920087: Update callers of CreateFileSystemOperation so more detailed error codes can be returned. Where app… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 441396df67a176978c3a2d8dd10c6f167ad274b1..e5434e9ecd1c46f422aa1f2cc6a357994370414f 100644
--- a/webkit/tools/test_shell/simple_file_system.cc
+++ b/webkit/tools/test_shell/simple_file_system.cc
@@ -271,7 +271,7 @@ bool SimpleFileSystem::HasFilePermission(
FileSystemOperation* SimpleFileSystem::GetNewOperation(
const fileapi::FileSystemURL& url) {
- return file_system_context_->CreateFileSystemOperation(url);
+ return file_system_context_->CreateFileSystemOperation(url, NULL);
}
FileSystemOperation::StatusCallback

Powered by Google App Engine
This is Rietveld 408576698