Index: components/sync/syncable/directory_backing_store.cc |
diff --git a/components/sync/syncable/directory_backing_store.cc b/components/sync/syncable/directory_backing_store.cc |
index 134e674a3065b3b220b48201cf889dd4dd90c3a9..580d7e61484d10060f13266cbc6de207fce2ca1e 100644 |
--- a/components/sync/syncable/directory_backing_store.cc |
+++ b/components/sync/syncable/directory_backing_store.cc |
@@ -1749,9 +1749,8 @@ void DirectoryBackingStore::ResetAndCreateConnection() { |
db_->set_cache_size(32); |
db_->set_page_size(database_page_size_); |
- // TODO(shess): The current mitigation for http://crbug.com/537742 stores |
- // state in the meta table, which this database does not use. |
- db_->set_mmap_disabled(); |
+ // This db does not use [meta] table, store mmap status data elsewhere. |
+ db_->set_mmap_alt_status(); |
if (!catastrophic_error_handler_.is_null()) |
SetCatastrophicErrorHandler(catastrophic_error_handler_); |