Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
index 618b4ee5afcfb222883ee1405737b015eb64b9e3..fe4812fe982c6e27d33e7ee22474aa66048d62dc 100644 |
--- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
@@ -1750,6 +1750,15 @@ TEST_F(ProfileSyncServiceBookmarkTestWithData, UpdateTransactionVersion) { |
ExpectTransactionVersionMatch(model_->mobile_node(), initial_versions); |
} |
+TEST_F(ProfileSyncServiceBookmarkTestWithData, ApplySyncDeletesFromJournal) { |
+ LoadBookmarkModel(DELETE_EXISTING_STORAGE, DONT_SAVE_TO_STORAGE); |
+ StartSync(); |
+ WriteTestDataToBookmarkModel(); |
+ MessageLoop::current()->RunUntilIdle(); |
+ |
+ |
+} |
+ |
} // namespace |
} // namespace browser_sync |