| Index: sync/internal_api/public/syncable/model_type.h
|
| diff --git a/sync/internal_api/public/syncable/model_type.h b/sync/internal_api/public/syncable/model_type.h
|
| index b7b5fe3bc4c5bb55abe3ae20634599b17ed4556b..a046651dc18e30022d118159b3f458fb8ffddddc 100644
|
| --- a/sync/internal_api/public/syncable/model_type.h
|
| +++ b/sync/internal_api/public/syncable/model_type.h
|
| @@ -119,6 +119,12 @@ ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics);
|
| // value (sibling ordering) for this item.
|
| bool ShouldMaintainPosition(ModelType model_type);
|
|
|
| +// If this returns true, this type belongs in GROUP_INTERNAL. The syncer has
|
| +// special code to deal with its encryption, update application and conflict
|
| +// resolution, so it should not receive any 'generic' processing for those
|
| +// purposes.
|
| +bool IsInternalType(ModelType model_type);
|
| +
|
| // Determine a model type from the field number of its associated
|
| // EntitySpecifics field.
|
| ModelType GetModelTypeFromSpecificsFieldNumber(int field_number);
|
|
|