Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index d987a34103461a960ace7e7e170d02fa11bf6eea..5c370c6a130c7c70d86a1a540bc632c2c3ecd114 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 |
|
Dan Beam
2012/12/01 01:19:49
nit: . at end of comments, s/url/URL/, also I thin
ahutter
2012/12/01 04:06:51
Agreed, but Online Wallet is actually the name of
|
| +const char kWalletSecureServiceUrl[] = "wallet-secure-service-url"; |
|
Dan Beam
2012/11/30 19:55:52
nit: line up = with = above (make some ASCII art)
ahutter
2012/12/01 04:06:51
Done.
|
| + |
| +// Service url for Online Wallet Service |
| +const char kWalletServiceUrl[] = "wallet-service-url"; |
|
Dan Beam
2012/12/01 01:19:49
nit: are we ever talking to wallet *insecurely*? i
ahutter
2012/12/01 04:06:51
The secure url is used for escrowing credit card n
|
| + |
| // Enable the "native services" feature of web-intents. |
| const char kWebIntentsNativeServicesEnabled[] = |
| "web-intents-native-services-enabled"; |