Index: chrome/browser/sync/syncable/model_type.h |
diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h |
index d8582a3d9efd8f31e22a7e5f1cc44ab6aebba4dd..b2b7402c070145252fe1659d51b694c5e3cd38cc 100644 |
--- a/chrome/browser/sync/syncable/model_type.h |
+++ b/chrome/browser/sync/syncable/model_type.h |
@@ -162,6 +162,9 @@ bool RealModelTypeToint(ModelType model_type, |
bool intToRealModelType(const std::string& notification_type, |
ModelType* model_type); |
+// Returns true if |model_type| is a valid datatype |
+bool IsDataTypeValid(ModelType model_type); |
+ |
} // namespace syncable |
#endif // CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_H_ |