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

Unified Diff: components/sync/engine/passive_model_worker.cc

Issue 2942773002: Task Scheduler API migration: change BrowserThreadModelWorker to SequencedModelWorker (Closed)
Patch Set: Updated more comments to reflect thread -> sequence migration. Created 3 years, 6 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/engine/passive_model_worker.h ('k') | components/sync/engine/sequenced_model_worker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/passive_model_worker.cc
diff --git a/components/sync/engine/passive_model_worker.cc b/components/sync/engine/passive_model_worker.cc
index f8ba2d0392318872ab3c6d4699289116514dde94..e21e0a890ab4843adde54591f2f1937ae55f6faf 100644
--- a/components/sync/engine/passive_model_worker.cc
+++ b/components/sync/engine/passive_model_worker.cc
@@ -20,7 +20,7 @@ ModelSafeGroup PassiveModelWorker::GetModelSafeGroup() {
return GROUP_PASSIVE;
}
-bool PassiveModelWorker::IsOnModelThread() {
+bool PassiveModelWorker::IsOnModelSequence() {
// Passive types are checked by SyncBackendRegistrar.
NOTREACHED();
return false;
« no previous file with comments | « components/sync/engine/passive_model_worker.h ('k') | components/sync/engine/sequenced_model_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698