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 f412716504f212b000a54d9eabbcab21a746a4a4..c70d72aba6a7c01c65c9af5f80e4a49566042d15 100644 |
--- a/sync/internal_api/public/base/model_type.h |
+++ b/sync/internal_api/public/base/model_type.h |
@@ -311,6 +311,9 @@ SYNC_EXPORT bool NotificationTypeToRealModelType( |
// Returns true if |model_type| is a real datatype |
SYNC_EXPORT bool IsRealDataType(ModelType model_type); |
+// Returns true if |model_type| is a proxy type |
+SYNC_EXPORT bool IsProxyType(ModelType model_type); |
+ |
// Returns true if |model_type| is an act-once type. Act once types drop |
// entities after applying them. Drops are deletes that are not synced to other |
// clients. |