| 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 c0ac0ed506b35794e1f13af2b016b08dab1184f6..d8a53486ef826e23bee2e5fbea43ddb64335f876 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -94,7 +94,10 @@ enum ModelType {
|
| DEVICE_INFO,
|
| // Flags to enable experimental features.
|
| EXPERIMENTS,
|
| - LAST_CONTROL_MODEL_TYPE = EXPERIMENTS,
|
| + // These preferences are never encrypted so that they can be applied before
|
| + // the encryption system is fully initialized.
|
| + PRIORITY_PREFERENCES,
|
| + LAST_CONTROL_MODEL_TYPE = PRIORITY_PREFERENCES,
|
|
|
| LAST_REAL_MODEL_TYPE = LAST_CONTROL_MODEL_TYPE,
|
|
|
|
|