|
Deprecate FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread
This was initially introduced to get ExternalFileSystem's
local mount root path, but accessing MountPointProvider
from lower-layer FileUtil module looks ugly.
This patch:
- Deprecate FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread
- Add FileSystemOperationContext::root_path() instead for passing root path
BUG= 241701
TEST=Moved tests from content_unittests:FileSystemMountPointProviderTest.*
to content_unittests:SandboxMountPointProviderTest.*
R=bauerb@chromium.org, michaeln@chromium.org, tzik@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202776
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+65 lines, -114 lines) |
Patch |
 |
M |
chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc
|
View
|
1
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/chromeos/fileapi/cros_mount_point_provider.cc
|
View
|
1
|
3 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
View
|
1
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_mount_point_provider.h
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_operation_context.h
|
View
|
1
|
4 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_writer_delegate_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_mount_point_provider.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_mount_point_provider.cc
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/local_file_system_cross_operation_unittest.cc
|
View
|
1
|
2 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/local_file_util.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/local_file_util_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_test_helper.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_test_helper.cc
|
View
|
1
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_mount_point_provider.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_mount_point_provider.cc
|
View
|
1
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/test_mount_point_provider.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/test_mount_point_provider.cc
|
View
|
1
|
2 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|