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

Unified Diff: chrome/browser/autofill/wallet/wallet_service_url.h

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
Index: chrome/browser/autofill/wallet/wallet_service_url.h
diff --git a/chrome/browser/autofill/wallet/wallet_service_url.h b/chrome/browser/autofill/wallet/wallet_service_url.h
index 65182d58253f5328137881068e9aa61ccf57f733..2dab290416795a482fb12f6d40d8ba0cdc8969f5 100644
--- a/chrome/browser/autofill/wallet/wallet_service_url.h
+++ b/chrome/browser/autofill/wallet/wallet_service_url.h
@@ -13,7 +13,8 @@ extern const char kApiKey[];
GURL GetGetWalletItemsUrl();
GURL GetGetFullWalletUrl();
GURL GetAcceptLegalDocumentsUrl();
-GURL GetSecureUrl();
+GURL GetEncryptionUrl();
+GURL GetEscrowUrl();
GURL GetSendStatusUrl();
GURL GetSaveToWalletUrl();
GURL GetPassiveAuthUrl();
« no previous file with comments | « chrome/browser/autofill/wallet/wallet_client_unittest.cc ('k') | chrome/browser/autofill/wallet/wallet_service_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698