Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index f5f8c8a5e8682727ac0c712e88c68c2b711f6a36..8cad0c36bcba654dd77ebc7b2aa9acde4c31b71d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1347,6 +1347,9 @@ const char kVersion[] = "version"; |
// Cycle through a series of URLs listed in the specified file. |
const char kVisitURLs[] = "visit-urls"; |
+// Service url for Online Wallet Service |
+const char kWalletServiceUrl[] = "wallet-service-url"; |
+ |
// Enable the "native services" feature of web-intents. |
const char kWebIntentsNativeServicesEnabled[] = |
"web-intents-native-services-enabled"; |