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

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

Issue 2899533002: [MD settings] move <dialog> out of content (Closed)
Patch Set: review changes Created 3 years, 7 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 | « chrome/browser/resources/settings/privacy_page/privacy_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2131c6adcc1e6bad1f3f2121fe3628a7370309ac..cc7d882208a586a1c36720ffdaf13d6aa7db4a09 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -190,6 +190,11 @@ Polymer({
this.showDoNotTrackDialog_ = false;
},
+ /** @private */
+ onDoNotTrackDialogClosed_: function() {
+ cr.ui.focusWithoutInk(this.$.doNotTrack);
+ },
+
/**
* Handles the shared proxy confirmation dialog 'Confirm' button.
* @private
« no previous file with comments | « chrome/browser/resources/settings/privacy_page/privacy_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698