Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 67931de9f86804ff66fbe8584ba5e83d632eeea7..0c02380e6c8431a4ad071d4af838298cfb0b4349 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1360,6 +1360,14 @@ 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. |
+const char kWalletSecureServiceUrl[] = "wallet-secure-service-url"; |
+ |
+// Service URL for Online Wallet service. Used as the base url for Online Wallet |
+// API calls. |
+const char kWalletServiceUrl[] = "wallet-service-url"; |
+ |
// Enable the "native services" feature of web-intents. |
const char kWebIntentsNativeServicesEnabled[] = |
"web-intents-native-services-enabled"; |