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

Unified Diff: components/autofill/content/browser/wallet/wallet_service_url_unittest.cc

Issue 545303002: Remove obsolete Wallet endpoint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « components/autofill/content/browser/wallet/wallet_service_url.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
diff --git a/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc b/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
index c7d42b6a8f773a6760503777391b40ad77032473..3cbf3e78a6de82575dd20e4acbbeca0f1db5d0f7 100644
--- a/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
+++ b/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
@@ -34,9 +34,6 @@ TEST(WalletServiceSandboxUrl, CheckSandboxUrls) {
"autocheckout/v1/authenticateInstrument?s7e=cvn",
GetAuthenticateInstrumentUrl(2).spec());
EXPECT_EQ("https://wallet-web.sandbox.google.com/online/v2/u/1/wallet/"
- "autocheckout/v1/reportStatus",
- GetSendStatusUrl(1).spec());
- EXPECT_EQ("https://wallet-web.sandbox.google.com/online/v2/u/1/wallet/"
"autocheckout/v1/saveToWallet",
GetSaveToWalletNoEscrowUrl(1).spec());
EXPECT_EQ("https://wallet-web.sandbox.google.com/online-secure/v2/u/1/"
@@ -68,9 +65,6 @@ TEST(WalletServiceSandboxUrl, CheckProdUrls) {
"autocheckout/v1/authenticateInstrument?s7e=cvn",
GetAuthenticateInstrumentUrl(4).spec());
EXPECT_EQ("https://wallet.google.com/online/v2/u/1/wallet/"
- "autocheckout/v1/reportStatus",
- GetSendStatusUrl(1).spec());
- EXPECT_EQ("https://wallet.google.com/online/v2/u/1/wallet/"
"autocheckout/v1/saveToWallet",
GetSaveToWalletNoEscrowUrl(1).spec());
EXPECT_EQ("https://wallet.google.com/online-secure/v2/u/1/"
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_service_url.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698