Chromium Code Reviews| 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..2b25833a4a87f8f845c971ba8680789af8af0c81 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(assert(this.$.doNotTrack)); |
|
hcarmona
2017/05/24 18:05:37
NIT: is the assert necessary?
dschuyler
2017/05/24 20:39:07
done.
|
| + }, |
| + |
| /** |
| * Handles the shared proxy confirmation dialog 'Confirm' button. |
| * @private |