|
[ew] Move operation observers from QuotaUtil to FileSystemBackend.
Soon the storage::WatcherManager interface instantiations will want to be an
observer for operations. However, not all backends which have
storage::WatcherManager have storage::QuotaUtil.
To resolve this issue, this CL moves the observer lists one level up to the
storage::FileSystemBackend.
TEST=Just refactoring. Current tests should pass.
BUG= 261491
Committed: https://crrev.com/110ffbe98fd296a6e77328d0b963813bf5635533
Cr-Commit-Position: refs/heads/master@{#294367}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+183 lines, -138 lines) |
Patch |
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend.h
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend.cc
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.h
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.cc
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/sync_file_system_backend.cc
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/sandbox_file_system_test_helper.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_file_system_backend.h
|
View
|
1
2
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_file_system_backend.cc
|
View
|
1
2
|
5 chunks |
+20 lines, -54 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_backend.h
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_context.cc
|
View
|
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_quota_util.h
|
View
|
|
2 chunks |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/isolated_file_system_backend.h
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/isolated_file_system_backend.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/plugin_private_file_system_backend.h
|
View
|
1
|
3 chunks |
+7 lines, -18 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/plugin_private_file_system_backend.cc
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/sandbox_file_system_backend.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/sandbox_file_system_backend.cc
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/sandbox_file_system_backend_delegate.h
|
View
|
1
|
2 chunks |
+18 lines, -15 lines |
0 comments
|
Download
|
Total messages: 18 (5 generated)
|