| Index: chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.cc b/chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| index 374337baf846d7b37cecb45737565854681b5d80..4bda089d4fddff1027a79203c9923d7c34fc8428 100644
|
| --- a/chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| @@ -340,8 +340,7 @@ void AutofillOptionsHandler::GetLocalizedValues(
|
| SetCreditCardOverlayStrings(localized_strings);
|
|
|
| localized_strings->SetBoolean(
|
| - "enableAutofillWalletIntegration",
|
| - personal_data_->IsExperimentalWalletIntegrationEnabled());
|
| + "enableAutofillWalletIntegration", false);
|
| localized_strings->SetString(
|
| "manageWalletAddressesUrl",
|
| autofill::wallet::GetManageAddressesUrl(0).spec());
|
|
|