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

Unified Diff: components/sync/test/engine/fake_model_worker.h

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/ui_model_worker.cc ('k') | components/sync/test/engine/fake_model_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/engine/fake_model_worker.h
diff --git a/components/sync/test/engine/fake_model_worker.h b/components/sync/test/engine/fake_model_worker.h
index ccc922d83bd45259de03a948f8db0d1b394f28e7..42624ffe58acf87455bcb5275d432ebc4af1ab76 100644
--- a/components/sync/test/engine/fake_model_worker.h
+++ b/components/sync/test/engine/fake_model_worker.h
@@ -20,7 +20,7 @@ class FakeModelWorker : public ModelSafeWorker {
// ModelSafeWorker implementation.
ModelSafeGroup GetModelSafeGroup() override;
- bool IsOnModelThread() override;
+ bool IsOnModelSequence() override;
private:
~FakeModelWorker() override;
« no previous file with comments | « components/sync/engine/ui_model_worker.cc ('k') | components/sync/test/engine/fake_model_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698