| Index: webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.cc b/webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| index eb319f4c4efbc0c8a8db80d198950a7e4baa51f7..1c034c9021c5725b7ae89a5201f3897673ce36f2 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend.cc
|
| @@ -173,11 +173,12 @@ bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const {
|
| type == kFileSystemTypeSyncableForInternalSync;
|
| }
|
|
|
| -void SandboxFileSystemBackend::OpenFileSystem(
|
| +void SandboxFileSystemBackend::InitializeFileSystem(
|
| const GURL& origin_url,
|
| fileapi::FileSystemType type,
|
| OpenFileSystemMode mode,
|
| - const OpenFileSystemCallback& callback) {
|
| + FileSystemContext* context,
|
| + const InitializeFileSystemCallback& callback) {
|
| if (file_system_options_.is_incognito() &&
|
| !(type == kFileSystemTypeTemporary &&
|
| enable_temporary_file_system_in_incognito_)) {
|
|
|