| Index: chrome/browser/sync/syncable/model_type.cc
|
| diff --git a/chrome/browser/sync/syncable/model_type.cc b/chrome/browser/sync/syncable/model_type.cc
|
| index 868b43caea1e868ace627f3ceff37aeee0e0e01f..28bafef06e1507c43c375cbd10757673f0874625 100644
|
| --- a/chrome/browser/sync/syncable/model_type.cc
|
| +++ b/chrome/browser/sync/syncable/model_type.cc
|
| @@ -543,4 +543,8 @@ bool intToRealModelType(const std::string& notification_type,
|
| return false;
|
| }
|
|
|
| +bool IsRealDataType(ModelType model_type) {
|
| + return model_type >= FIRST_REAL_MODEL_TYPE && model_type < MODEL_TYPE_COUNT;
|
| +}
|
| +
|
| } // namespace syncable
|
|
|