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

Unified Diff: sync/syncable/directory.cc

Issue 11533008: Use delete journal to remove bookmarks that are already deleted in sync model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
Index: sync/syncable/directory.cc
diff --git a/sync/syncable/directory.cc b/sync/syncable/directory.cc
index 83b8823d2ae65b933a8e578140c840c5557934ad..12212afe6759d8367dd91c5743e35386af79c82e 100644
--- a/sync/syncable/directory.cc
+++ b/sync/syncable/directory.cc
@@ -249,7 +249,7 @@ void Directory::OnUnrecoverableError(const BaseTransaction* trans,
void Directory::UpdateDeleteJournals(BaseTransaction* trans,
bool was_deleted,
const EntryKernel* entry) {
- if (!IsDeleteJournalEnabledForType(entry->GetServerModelType()))
+ if (!IsDeleteJournalEnabled(entry->GetServerModelType()))
return;
ScopedKernelLock lock(this);

Powered by Google App Engine
This is Rietveld 408576698