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

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: Fixes from Raman's code 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 f5f8c8a5e8682727ac0c712e88c68c2b711f6a36..fbeea945bc04e1e164b55d3d9828753a1c37642f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1347,6 +1347,12 @@ const char kVersion[] = "version";
// 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";
« chrome/browser/autofill/wallet/wallet_data_retriever.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698