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

Unified Diff: components/autofill/content/browser/wallet/wallet_service_url.cc

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 years, 4 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: 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 e95a201a44683fff4c21efaed516f0addc87cbbd..c14e702df1017cdc3bb1e3237cb2535859fbfa28 100644
--- a/components/autofill/content/browser/wallet/wallet_service_url.cc
+++ b/components/autofill/content/browser/wallet/wallet_service_url.cc
@@ -29,8 +29,7 @@ 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("Autocheckout") == "Yes";
+ base::FieldTrialList::FindFullName("WalletProductionService") == "Yes";
}
GURL GetWalletHostUrl() {

Powered by Google App Engine
This is Rietveld 408576698