| Index: chrome/browser/resources/options/autofill_options.html
|
| diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
|
| index e018c505e7e22992ddc97635e67c26cbe62d302d..cf33636bb896672f8f0a23e7b016038cbd49936d 100644
|
| --- a/chrome/browser/resources/options/autofill_options.html
|
| +++ b/chrome/browser/resources/options/autofill_options.html
|
| @@ -2,14 +2,6 @@
|
| <div class="close-button"></div>
|
| <h1 i18n-content="autofillOptionsPage"></h1>
|
| <div class="content-area">
|
| - <!-- TODO(estade): This checkbox shouldn't show if you're not signed into
|
| - sync. Or perhaps it should show with a link to go sign in with sync?
|
| - -->
|
| - <div id="autofill-wallet-setting-area" class="checkbox">
|
| - <label>
|
| - <input pref="autofill.wallet_import_enabled" type="checkbox">
|
| - <span i18n-content="autofillWalletOption"></span>
|
| - </div>
|
| <h3 i18n-content="autofillAddresses"></h3>
|
| <div class="settings-list">
|
| <list id="address-list"></list>
|
|
|