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

Unified Diff: components/sync/model/model_type_store.h

Issue 2732333003: [Sync] ModelTypeStore factory shouldn't require valid PSS to function correctly (Closed)
Patch Set: Address comments Created 3 years, 9 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
« no previous file with comments | « components/sync/driver/sync_service_base.cc ('k') | components/sync/model_impl/model_type_store_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/model_type_store.h
diff --git a/components/sync/model/model_type_store.h b/components/sync/model/model_type_store.h
index 3eac0a6304e228b174c4202d0f760b0f2a0c375f..d3ad346e0988780fa4726d2ea4cf72fc03c2abf2 100644
--- a/components/sync/model/model_type_store.h
+++ b/components/sync/model/model_type_store.h
@@ -131,7 +131,7 @@ class ModelTypeStore {
// content::BrowserThread::GetBlockingPool();
// scoped_refptr<base::SequencedTaskRunner> blocking_task_runner(
// worker_pool->GetSequencedTaskRunnerWithShutdownBehavior(
- // worker_pool->GetSequenceToken(),
+ // worker_pool->GetNamedSequenceToken(path),
// base::SequencedWorkerPool::SKIP_ON_SHUTDOWN));
//
// In test get task runner from MessageLoop::task_runner().
« no previous file with comments | « components/sync/driver/sync_service_base.cc ('k') | components/sync/model_impl/model_type_store_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698