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

Unified Diff: chrome/browser/resources/settings/people_page/fingerprint_list.js

Issue 2814423002: MD Settings: Users: Focus dialog buttons on close (Closed)
Patch Set: Feedback Created 3 years, 8 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/settings/people_page/fingerprint_list.js
diff --git a/chrome/browser/resources/settings/people_page/fingerprint_list.js b/chrome/browser/resources/settings/people_page/fingerprint_list.js
index b460bfe501f856974f6fb8917d257d75f9cc3923..849a713a62f13935d086bfe9f191a0361bc3dbbc 100644
--- a/chrome/browser/resources/settings/people_page/fingerprint_list.js
+++ b/chrome/browser/resources/settings/people_page/fingerprint_list.js
@@ -115,5 +115,10 @@ Polymer({
openAddFingerprintDialog_: function() {
this.$.setupFingerprint.open();
},
+
+ /** @private */
+ onSetupFingerprintDialogClose_: function() {
+ this.$$('#addFingerprint').focus();
+ },
});
})();

Powered by Google App Engine
This is Rietveld 408576698