| 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
|
|
|