Index: components/autofill/content/browser/wallet/wallet_service_url.cc |
diff --git a/components/autofill/content/browser/wallet/wallet_service_url.cc b/components/autofill/content/browser/wallet/wallet_service_url.cc |
index aa5cf991b0da5c573a8deac9f768952a3e391682..04f805c93ea427a774b3097c680fb4edf25b5892 100644 |
--- a/components/autofill/content/browser/wallet/wallet_service_url.cc |
+++ b/components/autofill/content/browser/wallet/wallet_service_url.cc |
@@ -29,7 +29,8 @@ const char kSandboxWalletSecureServiceUrl[] = |
bool IsWalletProductionEnabled() { |
const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
return command_line.HasSwitch(switches::kWalletServiceUseProd) || |
- base::FieldTrialList::FindFullName("WalletProductionService") == "Yes"; |
+ base::FieldTrialList::FindFullName("WalletProductionService") == "Yes" || |
+ base::FieldTrialList::FindFullName("Autocheckout") == "Yes"; |
} |
GURL GetWalletHostUrl() { |