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 |
deleted file mode 100644 |
index 8fd534b247095a8063bedd2065b5cf3dab325fd4..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/options/autofill_options.html |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-<div id="autofill-options" class="page" hidden> |
- <h1 i18n-content="autofillOptionsPage"></h1> |
-<if expr="os == 'darwin'"> |
- <div class="checkbox"> |
- <label> |
- <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" |
- metric="Options_AutofillAuxiliaryProfiles"> |
- <span i18n-content="auxiliaryProfilesEnabled"></span> |
- </label> |
- </div> |
-</if> |
- <h3 i18n-content="autofillAddresses"></h3> |
- <div class="settings-list"> |
- <list id="address-list"></list> |
- <div> |
- <button id="autofill-add-address" i18n-content="autofillAddAddress"> |
- </button> |
- </div> |
- </div> |
- <h3 i18n-content="autofillCreditCards"></h3> |
- <div class="settings-list"> |
- <list id="creditcard-list"></list> |
- <div> |
- <button id="autofill-add-creditcard" |
- i18n-content="autofillAddCreditCard"></button> |
- </div> |
- </div> |
- <div> |
- <a target="_blank" i18n-values="href:helpUrl" i18n-content="helpButton"></a> |
- </div> |
-</div> |