summaryrefslogtreecommitdiffstats
path: root/components/autofill/content/browser/wallet/wallet_test_util.h
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/content/browser/wallet/wallet_test_util.h
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/content/browser/wallet/wallet_test_util.h')
-rw-r--r--components/autofill/content/browser/wallet/wallet_test_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/autofill/content/browser/wallet/wallet_test_util.h b/components/autofill/content/browser/wallet/wallet_test_util.h
index e4978a6..813a1da 100644
--- a/components/autofill/content/browser/wallet/wallet_test_util.h
+++ b/components/autofill/content/browser/wallet/wallet_test_util.h
@@ -19,6 +19,9 @@ scoped_ptr<Address> GetTestAddress();
scoped_ptr<Address> GetTestMinimalAddress();
scoped_ptr<FullWallet> GetTestFullWallet();
scoped_ptr<Instrument> GetTestInstrument();
+scoped_ptr<Instrument> GetTestAddressUpgradeInstrument();
+scoped_ptr<Instrument> GetTestExpirationDateChangeInstrument();
+scoped_ptr<Instrument> GetTestAddressNameChangeInstrument();
scoped_ptr<WalletItems::LegalDocument> GetTestLegalDocument();
scoped_ptr<WalletItems::MaskedInstrument> GetTestMaskedInstrument();
scoped_ptr<WalletItems::MaskedInstrument> GetTestMaskedInstrumentExpired();