|
Upstream RunBlockingPoolTask().
This routine used to be used by Drive tests only. However, File System Provider
API code would also like to take advantage of it.
Note, that this function should be used in tens of other places in Chromium
code base, instead SequencedWorkerPool::FlushForTesting() more than once if
several rounds of posting tasks to the blocking pool may happen.
TEST=Refactoring only. Compiles and passes all current tests.
BUG= 392716
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283333
Total comments: 6
Total comments: 5
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+256 lines, -276 lines) |
Patch |
 |
M |
chrome/browser/chromeos/drive/download_handler_unittest.cc
|
View
|
|
7 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/drive_file_stream_reader_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
|
View
|
|
17 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/create_directory_operation_unittest.cc
|
View
|
|
8 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/create_file_operation_unittest.cc
|
View
|
|
10 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc
|
View
|
|
19 chunks |
+19 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc
|
View
|
|
6 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc
|
View
|
|
9 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/operation_test_base.cc
|
View
|
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc
|
View
|
|
7 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/search_operation_unittest.cc
|
View
|
|
7 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/truncate_operation_unittest.cc
|
View
|
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system_unittest.cc
|
View
|
|
29 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc
|
View
|
|
7 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc
|
View
|
|
29 chunks |
+29 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/sync/remove_performer_unittest.cc
|
View
|
|
9 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/test_util.h
|
View
|
|
3 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/test_util.cc
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/write_on_cache_file_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/file_handlers/mime_util_unittest.cc
|
View
|
|
6 chunks |
+6 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_utils.h
|
View
|
1
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/test/test_utils.cc
|
View
|
1
2
3
|
3 chunks |
+36 lines, -1 line |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|