| Index: chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.html b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| index 44ff77f147c29491ef0290c161cd4c0108d63d5d..727e845805b94b2cd4cce0c614a6407e7e1eb91f 100644
|
| --- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| +++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| @@ -2,47 +2,7 @@
|
| <div class="close-button"></div>
|
| <h1 id="autofill-address-title"></h1>
|
| <div class="content-area">
|
| - <div>
|
| - <div id="autofill-name-labels">
|
| - <span i18n-content="autofillFirstNameLabel"></span>
|
| - <span i18n-content="autofillMiddleNameLabel"></span>
|
| - <span i18n-content="autofillLastNameLabel"></span>
|
| - </div>
|
| - </div>
|
| - <div>
|
| - <list id="full-name-list"></list>
|
| - </div>
|
| -
|
| - <label class="settings-row">
|
| - <div i18n-content="autofillCompanyNameLabel"></div>
|
| - <input id="company-name" type="text">
|
| - </label>
|
| -
|
| - <label class="settings-row">
|
| - <div i18n-content="autofillAddrLine1Label"></div>
|
| - <input id="addr-line-1" type="text">
|
| - </label>
|
| -
|
| - <label class="settings-row">
|
| - <div i18n-content="autofillAddrLine2Label"></div>
|
| - <input id="addr-line-2" type="text">
|
| - </label>
|
| -
|
| - <div class="input-group settings-row">
|
| - <label>
|
| - <div i18n-content="autofillCityLabel"></div>
|
| - <input id="city" type="text">
|
| - </label>
|
| -
|
| - <label>
|
| - <div id="state-label"></div>
|
| - <input id="state" type="text">
|
| - </label>
|
| -
|
| - <label>
|
| - <div id="postal-code-label"></div>
|
| - <input id="postal-code" type="text">
|
| - </label>
|
| + <div id="dynamic-content-area">
|
| </div>
|
|
|
| <div class="settings-row">
|
|
|