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

Unified Diff: sync/syncable/delete_journal.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 7 years, 11 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 | « sync/sync.gyp ('k') | sync/syncable/directory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/delete_journal.cc
diff --git a/sync/syncable/delete_journal.cc b/sync/syncable/delete_journal.cc
index 94506709d2df7b515d534fa3d4c2bbc717e8360b..1f92defd2b395bbaac62751bfd2d080b427018ff 100644
--- a/sync/syncable/delete_journal.cc
+++ b/sync/syncable/delete_journal.cc
@@ -68,7 +68,6 @@ void DeleteJournal::GetDeleteJournals(BaseTransaction* trans,
ModelType type,
EntryKernelSet* deleted_entries) {
DCHECK(trans);
- DCHECK(!passive_delete_journal_types_.Has(type));
for (JournalIndex::const_iterator it = delete_journals_.begin();
it != delete_journals_.end(); ++it) {
if ((*it)->GetServerModelType() == type ||
« no previous file with comments | « sync/sync.gyp ('k') | sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698