summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-20 05:56:25 +0000
committerahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-20 05:56:25 +0000
commit2ed98218eff6b91754593cd75c9846472757d1ac (patch)
treeaae737b227d1500fbd7197e4f78327f52934f1e1 /components/autofill.gypi
parent47021af6a5368ced2a2fb7b47f151f8c0a068de5 (diff)
downloadchromium_src-2ed98218eff6b91754593cd75c9846472757d1ac.zip
chromium_src-2ed98218eff6b91754593cd75c9846472757d1ac.tar.gz
chromium_src-2ed98218eff6b91754593cd75c9846472757d1ac.tar.bz2
New encryption/escrow endpoints for Wallet
No more EncryptionEscrowClient! Updates Wallet client to use new endpoints for AuthenticateInstrument, GetFullWallet, and SaveToWallet and reduces all those calls to just one roundtrip. No more confusing Save/Update... calls, just one SaveToWallet call. Still need to manually test SaveToWallet and AuthenticateInstrument. TEST=unit tests all still pass with minimal changes, manual testing of GetFullWallet BUG=249958,245341,238807 Review URL: https://chromiumcodereview.appspot.com/17970003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index adad8ec..92eccd3 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -316,9 +316,6 @@
'autofill/content/browser/autofill_driver_impl.h',
'autofill/content/browser/risk/fingerprint.cc',
'autofill/content/browser/risk/fingerprint.h',
- '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',