diff options
author | rouslan <rouslan@chromium.org> | 2015-06-23 15:10:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-23 22:11:51 +0000 |
commit | fd7f4646661ae21fce8658b0a39b9ffe9616b897 (patch) | |
tree | 75abdf68bc2a24c94f63bfe30c907faf54644131 /components/components_tests.gyp | |
parent | 611a53e15beeda82fe4f00b04d8dfba33043e356 (diff) | |
download | chromium_src-fd7f4646661ae21fce8658b0a39b9ffe9616b897.zip chromium_src-fd7f4646661ae21fce8658b0a39b9ffe9616b897.tar.gz chromium_src-fd7f4646661ae21fce8658b0a39b9ffe9616b897.tar.bz2 |
Reland: [autofill] Sync server card and address metadata.
First landed in: http://crrev.com/7c5be3b
Reverted due to crashing in: http://crrev.com/df8814b
This patch has the original patch and the fix for the crash. The fix is
tested in AutofillProfileSyncableServiceTest.IgnoreServerProfileUpdate.
BUG=481595
Review URL: https://codereview.chromium.org/1172133002
Cr-Commit-Position: refs/heads/master@{#335766}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r-- | components/components_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index 1d368c3..be4aad8 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -58,6 +58,7 @@ 'autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc', 'autofill/core/browser/validation_unittest.cc', 'autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc', + 'autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service_unittest.cc', 'autofill/core/browser/webdata/autofill_table_unittest.cc', 'autofill/core/browser/webdata/web_data_service_unittest.cc', 'autofill/core/common/autofill_regexes_unittest.cc', |