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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11293078: Integrating Online Wallet into Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and most fixes from Albert's initial review. Created 8 years, 1 month 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
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";

Powered by Google App Engine
This is Rietveld 408576698