Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1048)

Unified Diff: components/sync/syncable/directory_backing_store.cc

Issue 2424533002: Modify sync unit test to use standard sql::test:: helper. (Closed)
Patch Set: BUILD.gn merge Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/syncable/directory_backing_store_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94b32439ffead4f0af10327673dc77b901d4043d..134e674a3065b3b220b48201cf889dd4dd90c3a9 100644
--- a/components/sync/syncable/directory_backing_store.cc
+++ b/components/sync/syncable/directory_backing_store.cc
@@ -1746,7 +1746,6 @@ bool DirectoryBackingStore::needs_column_refresh() const {
void DirectoryBackingStore::ResetAndCreateConnection() {
db_ = base::MakeUnique<sql::Connection>();
db_->set_histogram_tag("SyncDirectory");
- db_->set_exclusive_locking();
db_->set_cache_size(32);
db_->set_page_size(database_page_size_);
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/syncable/directory_backing_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698