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 ccd4f88a92804147e423c6fbd4bbbdad58a48e94..a05cccb781ee0618c5632535d6f522678125c089 100644 |
--- a/chrome/browser/resources/options/autofill_options.html |
+++ b/chrome/browser/resources/options/autofill_options.html |
@@ -12,7 +12,7 @@ |
<div class="autofill-section" id="profileSelectContainer"> |
<div id="profileSelectLeftColumn"> |
- <select id="profileList" size="10" multiple> |
+ <select id="profileList" size="10"> |
<option value="addressesHeader" disabled |
i18n-content="addressesHeader"></option> |
<option value="addressesHorizontalRule" disabled></option> |
@@ -27,7 +27,8 @@ |
</button></div> |
<div><button id="addCreditCardButton" i18n-content="addCreditCardButton"> |
</button></div> |
- <div><button id="editButton" i18n-content="editButton"></button></div> |
+ <div><button id="autoFillEditButton" i18n-content="editButton"> |
+ </button></div> |
<div><button id="autoFillRemoveButton" i18n-content="deleteButton"> |
</button></div> |
</div> |