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

Unified Diff: components/sync_driver/model_association_manager.cc

Issue 1110833002: [autofill] Sync server card and address metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Work Created 5 years, 7 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
Index: components/sync_driver/model_association_manager.cc
diff --git a/components/sync_driver/model_association_manager.cc b/components/sync_driver/model_association_manager.cc
index 71fbdd522c422edf02254423ac1cd6f8d9af1f94..ebbbd37348c4c43109630a9bef892e2728c8844b 100644
--- a/components/sync_driver/model_association_manager.cc
+++ b/components/sync_driver/model_association_manager.cc
@@ -31,6 +31,7 @@ static const syncer::ModelType kStartOrder[] = {
syncer::AUTOFILL,
syncer::AUTOFILL_PROFILE,
syncer::AUTOFILL_WALLET_DATA,
+ syncer::AUTOFILL_WALLET_METADATA,
syncer::EXTENSION_SETTINGS,
syncer::APP_SETTINGS,
syncer::TYPED_URLS,

Powered by Google App Engine
This is Rietveld 408576698