Chromium Code Reviews| Index: sync/internal_api/public/base/model_type.h |
| diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h |
| index f24e61dd9a3b7be04182ccdc8723a5b8c31798c5..773bbc0cc4fe11973fd94afe68b8f6d0d60e2e3c 100644 |
| --- a/sync/internal_api/public/base/model_type.h |
| +++ b/sync/internal_api/public/base/model_type.h |
| @@ -92,7 +92,9 @@ enum ModelType { |
| DEVICE_INFO, |
| // Flags to enable experimental features. |
| EXPERIMENTS, |
| - LAST_CONTROL_MODEL_TYPE = EXPERIMENTS, |
| + // Never-encrypted control preferences. |
|
rlarocque
2013/01/03 22:40:44
Could we rephrase this to make it more clear how t
albertb
2013/01/07 19:00:01
Done.
|
| + CONTROL_PREFERENCES, |
| + LAST_CONTROL_MODEL_TYPE = CONTROL_PREFERENCES, |
| LAST_REAL_MODEL_TYPE = LAST_CONTROL_MODEL_TYPE, |