| Index: sync/syncable/model_type.cc
|
| diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc
|
| index 83e803cdd58c451f6b8eae1efa8e35e56e156203..9ad2f5aa9b736df58b784d7148eaeb590dbf7c41 100644
|
| --- a/sync/syncable/model_type.cc
|
| +++ b/sync/syncable/model_type.cc
|
| @@ -226,6 +226,10 @@ bool ShouldMaintainPosition(ModelType model_type) {
|
| return model_type == BOOKMARKS;
|
| }
|
|
|
| +bool IsControlType(ModelType model_type) {
|
| + return model_type == NIGORI;
|
| +}
|
| +
|
| const char* ModelTypeToString(ModelType model_type) {
|
| // This is used in serialization routines as well as for displaying debug
|
| // information. Do not attempt to change these string values unless you know
|
|
|