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

Unified Diff: components/sync/driver/glue/sync_backend_host_mock.h

Issue 2489433002: [Sync] Move thread checking into the ModelSafeWorker interface. (Closed)
Patch Set: Improve/add comments. Created 4 years, 1 month 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: components/sync/driver/glue/sync_backend_host_mock.h
diff --git a/components/sync/driver/glue/sync_backend_host_mock.h b/components/sync/driver/glue/sync_backend_host_mock.h
index 752e562ce9856029942c8e1b9a8a76bc316181b0..95eb9da254ddaae6ecb10189dea0bf0fc2e209a5 100644
--- a/components/sync/driver/glue/sync_backend_host_mock.h
+++ b/components/sync/driver/glue/sync_backend_host_mock.h
@@ -29,8 +29,6 @@ class SyncBackendHostMock : public SyncBackendHost {
void Initialize(
SyncFrontend* frontend,
base::Thread* sync_thread,
- const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
- const scoped_refptr<base::SingleThreadTaskRunner>& file_thread,
const WeakHandle<JsEventHandler>& event_handler,
const GURL& service_url,
const std::string& sync_user_agent,

Powered by Google App Engine
This is Rietveld 408576698