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 d8a53486ef826e23bee2e5fbea43ddb64335f876..01458b3775f1ee7cb80c9020ecc6cfd0815997f1 100644 |
--- a/sync/internal_api/public/base/model_type.h |
+++ b/sync/internal_api/public/base/model_type.h |
@@ -148,6 +148,11 @@ SYNC_EXPORT ModelTypeSet UserTypes(); |
// This is the subset of UserTypes() that can be encrypted. |
SYNC_EXPORT_PRIVATE ModelTypeSet EncryptableUserTypes(); |
+// Local types are placeholder types for handling implicitly enabling real |
+// types. They do not exist at the server, and are simply used for |
+// UI/Configuration logic. |
+SYNC_EXPORT ModelTypeSet LocalTypes(); |
+ |
// Returns a list of all control types. |
// |
// The control types are intended to contain metadata nodes that are essential |