Chromium Code Reviews| 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 623b31961526b5d5ec0bc078dc1d64c324bdbfd2..d8ad2dd65f380e3276751f67e39fcc0c8808bb70 100644 |
| --- a/components/sync/engine/passive_model_worker.cc |
| +++ b/components/sync/engine/passive_model_worker.cc |
| @@ -22,4 +22,9 @@ ModelSafeGroup PassiveModelWorker::GetModelSafeGroup() { |
| return GROUP_PASSIVE; |
| } |
| +bool PassiveModelWorker::IsOnModelThread() { |
| + NOTREACHED(); |
|
Nicolas Zea
2016/11/08 18:31:04
nit: maybe add a comment here about why this is in
maxbogue
2016/11/08 18:43:23
Done.
|
| + return false; |
| +} |
| + |
| } // namespace syncer |