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

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

Issue 100103002: [rAC, OSX] Default to prod wallet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests. Created 7 years 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 cbd59c7395de86a75c3090b1cf63d7e81de39efa..4ce932e15235a88a270c1cd761c0cbd19e1e6d86 100644
--- a/components/autofill/content/browser/wallet/wallet_service_url.cc
+++ b/components/autofill/content/browser/wallet/wallet_service_url.cc
@@ -35,11 +35,7 @@ bool IsWalletProductionEnabled() {
command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox));
if (!sandbox_enabled.empty())
return sandbox_enabled != "1";
-#if defined(OS_MACOSX)
- return false;
-#else
return true;
-#endif
}
GURL GetWalletHostUrl() {

Powered by Google App Engine
This is Rietveld 408576698