|
FileAPI: Change FileSystemBackend::OpenFileSystem signature
This change renames FileSystemBackend::OpenFileSystem to InitializeFileSystem
and makes it accept FileSystemContext object as one of its arguments.
This is a preliminary change for adding SyncFileSystemBackend in the following
change sets. Please see the issue for details.
BUG= 242422
TEST=should pass all existing tests
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211888
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+46 lines, -32 lines) |
Patch |
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_backend.h
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_context.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_file_system_backend.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_file_system_backend.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_backend.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_backend.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/test_file_system_backend.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/test_file_system_backend.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|