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

Unified Diff: webkit/fileapi/sandbox_mount_point_provider.cc

Issue 10914188: Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSystemOperation function. (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/fileapi/sandbox_mount_point_provider.cc
diff --git a/webkit/fileapi/sandbox_mount_point_provider.cc b/webkit/fileapi/sandbox_mount_point_provider.cc
index 2f3614def796eb2024001c06f42a6f12d2802d4d..c02204fa76b6d17c5b0b0e55b5831c6bf8699ba4 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.cc
+++ b/webkit/fileapi/sandbox_mount_point_provider.cc
@@ -448,7 +448,8 @@ FilePath SandboxMountPointProvider::GetPathForPermissionsCheck(
FileSystemOperation* SandboxMountPointProvider::CreateFileSystemOperation(
const FileSystemURL& url,
- FileSystemContext* context) const {
+ FileSystemContext* context,
+ base::PlatformFileError* error_code) const {
scoped_ptr<FileSystemOperationContext> operation_context(
new FileSystemOperationContext(context));

Powered by Google App Engine
This is Rietveld 408576698