diff options
Diffstat (limited to 'components/autofill/content/browser/wallet/wallet_service_url.h')
-rw-r--r-- | components/autofill/content/browser/wallet/wallet_service_url.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/autofill/content/browser/wallet/wallet_service_url.h b/components/autofill/content/browser/wallet/wallet_service_url.h index a9a32fb..61bceca 100644 --- a/components/autofill/content/browser/wallet/wallet_service_url.h +++ b/components/autofill/content/browser/wallet/wallet_service_url.h @@ -16,9 +16,8 @@ GURL GetManageInstrumentsUrl(); GURL GetManageAddressesUrl(); GURL GetAcceptLegalDocumentsUrl(); GURL GetAuthenticateInstrumentUrl(); -GURL GetEncryptionUrl(); -GURL GetEscrowUrl(); GURL GetSendStatusUrl(); +GURL GetSaveToWalletNoEscrowUrl(); GURL GetSaveToWalletUrl(); GURL GetPassiveAuthUrl(); |