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

Unified Diff: chrome/browser/sync/test/integration/migration_test.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: chrome/browser/sync/test/integration/migration_test.cc
diff --git a/chrome/browser/sync/test/integration/migration_test.cc b/chrome/browser/sync/test/integration/migration_test.cc
index 55fbf3e64398fb90d33a463d2534c8634f625cda..ce67f4b118dd4e218ec13f56ac93564b021dc972 100644
--- a/chrome/browser/sync/test/integration/migration_test.cc
+++ b/chrome/browser/sync/test/integration/migration_test.cc
@@ -103,6 +103,7 @@ class MigrationTest : public SyncTest {
// Autofill wallet will be unready during this test, so we should not
// request that it be migrated.
preferred_data_types.Remove(syncer::AUTOFILL_WALLET_DATA);
+ preferred_data_types.Remove(syncer::AUTOFILL_WALLET_METADATA);
// Make sure all clients have the same preferred data types.
for (int i = 1; i < num_clients(); ++i) {

Powered by Google App Engine
This is Rietveld 408576698