Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Disable the autofill/wallet settings in chrome://settings/autofill
Browse files Browse the repository at this point in the history
Will merge this to M42, then revert on trunk.

BUG=460900

Review URL: https://codereview.chromium.org/949753006

Cr-Commit-Position: refs/heads/master@{#317638}
  • Loading branch information
estade authored and Commit bot committed Feb 23, 2015
1 parent 8cf9caa commit 0d59aea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chrome/browser/ui/webui/options/autofill_options_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 0d59aea

Please sign in to comment.