summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorrouslan <rouslan@chromium.org>2016-01-14 12:10:42 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 20:11:44 +0000
commitacfb6cffa322cac5195cc49f573809f7426061e8 (patch)
treed35981b09bab2139653caea8e8a74422e4b5674b /components/components_tests.gyp
parent2cb6a94651373c776b4a4d75a9f916e76d4f5021 (diff)
downloadchromium_src-acfb6cffa322cac5195cc49f573809f7426061e8.zip
chromium_src-acfb6cffa322cac5195cc49f573809f7426061e8.tar.gz
chromium_src-acfb6cffa322cac5195cc49f573809f7426061e8.tar.bz2
Add card details and legal message to Android save credit card infobar.
Based on the mocks at: https://folio.googleplex.com/chrome-ux/mocks/304-payments-zero-integration/ZI_Upstream#%2F11-updated-mobile%20prompts%20-%20proposal.png This patch also updates the AutofillClient interface to pass in the CreditCard object into ConfirmSaveCard*() methods. This allows the UI to show some card information to the user. TBR=estade@chromium.org BUG=535784 Review URL: https://codereview.chromium.org/1540423004 Cr-Commit-Position: refs/heads/master@{#369521}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index d00bc39..9952098 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -44,6 +44,7 @@
'autofill/core/browser/credit_card_unittest.cc',
'autofill/core/browser/form_field_unittest.cc',
'autofill/core/browser/form_structure_unittest.cc',
+ 'autofill/core/browser/legal_message_line_unittest.cc',
'autofill/core/browser/name_field_unittest.cc',
'autofill/core/browser/options_util_unittest.cc',
'autofill/core/browser/password_generator_unittest.cc',