| Index: components/sync/base/model_type.h
|
| diff --git a/components/sync/base/model_type.h b/components/sync/base/model_type.h
|
| index eb8365323f7beb9a8e4f57afde54870ea2e6b010..1f88f1275e9b1ebbbbe149ce0a879adfa126b647 100644
|
| --- a/components/sync/base/model_type.h
|
| +++ b/components/sync/base/model_type.h
|
| @@ -245,6 +245,9 @@ ModelTypeSet CoreTypes();
|
| // Those core types that have high priority (includes ControlTypes()).
|
| ModelTypeSet PriorityCoreTypes();
|
|
|
| +// Types that may commit data, but should never be included in a GetUpdates.
|
| +ModelTypeSet CommitOnlyTypes();
|
| +
|
| // Determine a model type from the field number of its associated
|
| // EntitySpecifics field. Returns UNSPECIFIED if the field number is
|
| // not recognized.
|
|
|