diff options
author | ahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 19:45:12 +0000 |
---|---|---|
committer | ahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 19:45:12 +0000 |
commit | f3b42ccfb51e178c3902c7c3ddb2680303c38138 (patch) | |
tree | 915dad3403d10fa521bf7a95ffb9441705f6dfcf /components/autofill.gypi | |
parent | 68cf7561f60d5e39343298db66231d7fb2811bf5 (diff) | |
download | chromium_src-f3b42ccfb51e178c3902c7c3ddb2680303c38138.zip chromium_src-f3b42ccfb51e178c3902c7c3ddb2680303c38138.tar.gz chromium_src-f3b42ccfb51e178c3902c7c3ddb2680303c38138.tar.bz2 |
Using form field errors from Wallet server.
The Wallet server identifies validation errors when the client tries
to save or update data to it. This utilizes the errors returned and
displays them to the user.
BUG=243853
Review URL: https://chromiumcodereview.appspot.com/14585016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205607 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index b677b19..db048d9 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -285,6 +285,8 @@ 'autofill/content/browser/wallet/encryption_escrow_client.cc', 'autofill/content/browser/wallet/encryption_escrow_client.h', 'autofill/content/browser/wallet/encryption_escrow_client_observer.h', + 'autofill/content/browser/wallet/form_field_error.cc', + 'autofill/content/browser/wallet/form_field_error.h', 'autofill/content/browser/wallet/full_wallet.cc', 'autofill/content/browser/wallet/full_wallet.h', 'autofill/content/browser/wallet/instrument.cc', |