Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: chrome/browser/resources/options/autofill_options.html

Issue 3125039: DOMUI: Several fixes for AutoFill page. (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698