| Index: chrome/browser/sync/test/engine/fake_model_safe_worker_registrar.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/engine/fake_model_safe_worker_registrar.cc (revision 112854)
|
| +++ chrome/browser/sync/test/engine/fake_model_safe_worker_registrar.cc (working copy)
|
| @@ -15,8 +15,6 @@
|
| it != routes_.end(); ++it) {
|
| groups.insert(it->second);
|
| }
|
| - // Sessions always expect a passive worker to be present.
|
| - groups.insert(GROUP_PASSIVE);
|
|
|
| for (std::set<ModelSafeGroup>::const_iterator it = groups.begin();
|
| it != groups.end(); ++it) {
|
|
|