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

Unified Diff: chrome/browser/about_flags.cc

Issue 25127002: Use production Wallet service URL by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 months 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index eb2348f37d03dacf30e0902f4d57fede614170bb..c664e11549d284c3b174f38aea642ca1d5d544a9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1337,11 +1337,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(autofill::switches::kEnableExperimentalFormFilling)
},
{
- "wallet-service-use-prod",
- IDS_FLAGS_ENABLE_WALLET_PRODUCTION_SERVICE_NAME,
- IDS_FLAGS_ENABLE_WALLET_PRODUCTION_SERVICE_DESCRIPTION,
- kOsCrOS | kOsWin,
- SINGLE_VALUE_TYPE(autofill::switches::kWalletServiceUseProd)
+ "wallet-service-use-sandbox",
+ IDS_FLAGS_WALLET_SERVICE_USE_SANDBOX_NAME,
+ IDS_FLAGS_WALLET_SERVICE_USE_SANDBOX_DESCRIPTION,
+ kOsCrOS | kOsWin | kOsMac,
+ ENABLE_DISABLE_VALUE_TYPE_AND_VALUE(
+ autofill::switches::kWalletServiceUseSandbox, "1",
+ autofill::switches::kWalletServiceUseSandbox, "0")
},
{
"enable-interactive-autocomplete",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698