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

Unified Diff: chrome/browser/webdata/autofill_profile_syncable_service.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: chrome/browser/webdata/autofill_profile_syncable_service.cc
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.cc b/chrome/browser/webdata/autofill_profile_syncable_service.cc
index ac0e44fc9ad6b234cb899027f2a9a4f3793855a6..05d427cc5a82693588faa62b0547c6b2efe89464 100644
--- a/chrome/browser/webdata/autofill_profile_syncable_service.cc
+++ b/chrome/browser/webdata/autofill_profile_syncable_service.cc
@@ -500,7 +500,7 @@ syncer::SyncData AutofillProfileSyncableService::CreateData(
WriteAutofillProfile(profile, &specifics);
return
syncer::SyncData::CreateLocalData(
- profile.guid(), profile.guid(), specifics);
+ profile.guid(), profile.guid(), specifics, false);
}
bool AutofillProfileSyncableService::UpdateField(

Powered by Google App Engine
This is Rietveld 408576698