| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d987a34103461a960ace7e7e170d02fa11bf6eea..00bf2a38ddfa74b96dd3456e9bf9a8a9f078d8cb 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1346,6 +1346,12 @@ 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.
|
| +const char kWalletSecureServiceUrl[] = "wallet-secure-service-url";
|
| +
|
| +// 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";
|
|
|