Chromium Code Reviews| 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 d67f4b6865ab497b81a10f0bf378a0f6eb5da1f5..0b94271a64b56756bac36e6432066117dc16d1a0 100644 |
| --- a/sync/internal_api/public/engine/model_safe_worker.h |
| +++ b/sync/internal_api/public/engine/model_safe_worker.h |
| @@ -39,6 +39,8 @@ 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. |
| + GROUP_CONTROL, // Models that require special handling on the sync |
|
rlarocque
2012/08/11 01:31:52
Are we still OK with this name? Does anyone have
|
| + // thread. These types have no associated model. |
| MODEL_SAFE_GROUP_COUNT, |
| }; |