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

Unified Diff: components/autofill/content/browser/wallet/wallet_service_url.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
Index: components/autofill/content/browser/wallet/wallet_service_url.cc
diff --git a/components/autofill/content/browser/wallet/wallet_service_url.cc b/components/autofill/content/browser/wallet/wallet_service_url.cc
index 8bd9926272a10f10725c6a45da5b545673a512b9..5c45cf555e8a23f184ccd2ca84a5ef1758fb0a51 100644
--- a/components/autofill/content/browser/wallet/wallet_service_url.cc
+++ b/components/autofill/content/browser/wallet/wallet_service_url.cc
@@ -127,10 +127,6 @@ GURL GetAuthenticateInstrumentUrl(size_t user_index) {
.Resolve("authenticateInstrument?s7e=cvn");
}
-GURL GetSendStatusUrl(size_t user_index) {
- return GetBaseAutocheckoutUrl(user_index).Resolve("reportStatus");
-}
-
GURL GetSaveToWalletNoEscrowUrl(size_t user_index) {
return GetBaseAutocheckoutUrl(user_index).Resolve("saveToWallet");
}

Powered by Google App Engine
This is Rietveld 408576698