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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.js

Issue 2793463002: MD Settings: Restore focus after closing various dialogs. (Closed)
Patch Set: Nits. 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
Index: chrome/browser/resources/settings/privacy_page/privacy_page.js
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js
index ed761fb5aa437e3a346220b3d2906580d90d8cf1..0afbf099f0d883cc7006c0f0b298a38e7e44c4b6 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -225,6 +225,7 @@ Polymer({
/** @private */
onDialogClosed_: function() {
settings.navigateToPreviousRoute();
+ this.$.clearBrowsingDataTrigger.focus();
},
/** @private */

Powered by Google App Engine
This is Rietveld 408576698