| Index: sync/internal_api/public/engine/model_safe_worker.h
|
| diff --git a/sync/internal_api/public/engine/model_safe_worker.h b/sync/internal_api/public/engine/model_safe_worker.h
|
| index ee4e9a61ca92aea26b6b3a150373d14919b67a29..bc3f6e057cc87021a1aed275fc5214f112eb4a40 100644
|
| --- a/sync/internal_api/public/engine/model_safe_worker.h
|
| +++ b/sync/internal_api/public/engine/model_safe_worker.h
|
| @@ -42,7 +42,10 @@ enum ModelSafeGroup {
|
| GROUP_PASSWORD, // Models that live on the password thread and are
|
| // being synced. On windows and linux, this runs on the
|
| // DB thread.
|
| - MODEL_SAFE_GROUP_COUNT,
|
| + GROUP_NON_BLOCKING, // Models that correspond to non-blocking types. These
|
| + // models always stay in GROUP_NON_BLOCKING; changes are
|
| + // forwarded to these models without ModelSafeWorker/
|
| + // SyncBackendRegistrar involvement.
|
| };
|
|
|
| SYNC_EXPORT std::string ModelSafeGroupToString(ModelSafeGroup group);
|
|
|