Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3754)

Unified Diff: chrome/browser/autofill/wallet/wallet_service_url_unittest.cc

Issue 11773037: Implementation of sensitive card information escrowing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing Ilya's final comments Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/autofill/wallet/wallet_service_url.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/wallet/wallet_service_url_unittest.cc
diff --git a/chrome/browser/autofill/wallet/wallet_service_url_unittest.cc b/chrome/browser/autofill/wallet/wallet_service_url_unittest.cc
index d21fbfb551fec89824563a0dabe5fb812ba626d0..385a7196d222e45f3dffc1ac094c5cb363e737c8 100644
--- a/chrome/browser/autofill/wallet/wallet_service_url_unittest.cc
+++ b/chrome/browser/autofill/wallet/wallet_service_url_unittest.cc
@@ -27,7 +27,9 @@ TEST(WalletServiceUrl, CheckDefaultUrls) {
ASSERT_EQ("https://wallet.google.com/online/v2/passiveauth",
GetPassiveAuthUrl().spec());
ASSERT_EQ("https://wallet.google.com/online-secure/temporarydata/cvv?s7e=cvv",
- GetSecureUrl().spec());
+ GetEncryptionUrl().spec());
+ ASSERT_EQ("https://wallet.google.com/dehEfe?s7e=cardNumber%3Bcvv",
+ GetEscrowUrl().spec());
}
} // namespace wallet
« no previous file with comments | « chrome/browser/autofill/wallet/wallet_service_url.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698