Index: components/sync_driver/backend_data_type_configurer.h |
diff --git a/components/sync_driver/backend_data_type_configurer.h b/components/sync_driver/backend_data_type_configurer.h |
index dc91e34108a1dc1992f727f9ff297cbe306b441f..0569745a178b97829a808e290a5f166dc73eabd8 100644 |
--- a/components/sync_driver/backend_data_type_configurer.h |
+++ b/components/sync_driver/backend_data_type_configurer.h |
@@ -32,6 +32,7 @@ class BackendDataTypeConfigurer { |
DISABLED, // Not syncing. Disabled by user. |
FATAL, // Not syncing due to unrecoverable error. |
CRYPTO, // Not syncing due to a cryptographer error. |
+ UNREADY, // Not syncing due to transient error. |
}; |
typedef std::map<syncer::ModelType, DataTypeConfigState> |
DataTypeConfigStateMap; |