Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3426)

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc

Issue 881203003: Suppress sequence checks in SyncFileSystem on the shutdown phase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +param comment Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
index f98da4877f7d1ab25e4ffc152759e118e045069a..ce49be98d63eb009c9005f132a6efaf63ab402ee 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
@@ -118,6 +118,7 @@ class DriveBackendSyncTest : public testing::Test,
new SyncEngine(base::ThreadTaskRunnerHandle::Get(), // ui_task_runner
worker_task_runner_.get(),
drive_task_runner.get(),
+ worker_pool.get(),
base_dir_.path(),
nullptr, // task_logger
nullptr, // notification_manager

Powered by Google App Engine
This is Rietveld 408576698