diff options
author | ahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 05:04:21 +0000 |
---|---|---|
committer | ahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 05:04:21 +0000 |
commit | c56a4aa5bb82e54991ad0c1b418490f0bb0af297 (patch) | |
tree | 8b8bc2a17a849fcd3094d62bfe679752438ca9ed /components/autofill/browser/wallet/full_wallet.h | |
parent | a1b3644fe8a758f242425f0f508469db69d504d2 (diff) | |
download | chromium_src-c56a4aa5bb82e54991ad0c1b418490f0bb0af297.zip chromium_src-c56a4aa5bb82e54991ad0c1b418490f0bb0af297.tar.gz chromium_src-c56a4aa5bb82e54991ad0c1b418490f0bb0af297.tar.bz2 |
Fixing an issue with proxy card decryption.
Also, adds unit tests for FullWallet::GetCvn and FullWallet::GetPan and changes existing unit tests to use wallet_test_util
BUG= 225571
Review URL: https://chromiumcodereview.appspot.com/13468013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill/browser/wallet/full_wallet.h')
-rw-r--r-- | components/autofill/browser/wallet/full_wallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill/browser/wallet/full_wallet.h b/components/autofill/browser/wallet/full_wallet.h index d479b49..3c04c61 100644 --- a/components/autofill/browser/wallet/full_wallet.h +++ b/components/autofill/browser/wallet/full_wallet.h @@ -67,6 +67,8 @@ class FullWallet { friend class FullWalletTest; FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWallet); FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWalletWithRequiredActions); + FRIEND_TEST_ALL_PREFIXES(FullWalletTest, EvenRestDecryptionTest); + FRIEND_TEST_ALL_PREFIXES(FullWalletTest, OddRestDecryptionTest); FullWallet(int expiration_month, int expiration_year, const std::string& iin, |