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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html

Issue 2789783002: MD Settings: Restore focus after closing dialogs, for passwords page. (Closed)
Patch Set: fix compilation Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
index dbc417466e2ae1261a99eabdcf17c90eebc83d3e..45c69f23c67c27cfbe702c8a133878401a5d95bc 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
@@ -75,7 +75,8 @@
</template>
<div class="settings-box continuation">
<h2 class="start">$i18n{addresses}</h2>
- <paper-button class="secondary-button header-aligned-button"
+ <paper-button id="addAddress"
+ class="secondary-button header-aligned-button"
on-tap="onAddAddressTap_">
$i18n{add}
</paper-button>
@@ -127,7 +128,8 @@
</template>
<div class="settings-box first">
<h2 class="start">$i18n{creditCards}</h2>
- <paper-button class="secondary-button header-aligned-button"
+ <paper-button id="addCreditCard"
+ class="secondary-button header-aligned-button"
on-tap="onAddCreditCardTap_">
$i18n{add}
</paper-button>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698