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

Unified Diff: chrome/common/chrome_switches.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_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 32c2e3331d8bb4db37ababcdf5ec9ab97b598e78..56cdac1a26406cfb412223bf5432da054694d062 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1348,8 +1348,8 @@ const char kViewerConnection[] = "viewer-connection";
// Cycle through a series of URLs listed in the specified file.
const char kVisitURLs[] = "visit-urls";
-// Secure service URL for Online Wallet service. Used for encyption of one time
-// pads and to escrow credit card numbers.
+// Secure service URL for Online Wallet service. Used as the base url to escrow
+// credit card numbers.
const char kWalletSecureServiceUrl[] = "wallet-secure-service-url";
// Service URL for Online Wallet service. Used as the base url for Online Wallet
« no previous file with comments | « chrome/browser/autofill/wallet/wallet_service_url_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698