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 5912a1bf5423c62aa6cca6f7d4a78fe44cd0b500..80bbbf32b2927f89d56c31caac4638d63a1a91bc 100644 |
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js |
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
@@ -242,7 +242,7 @@ Polymer({ |
/** @private */ |
onDialogClosed_: function() { |
settings.navigateToPreviousRoute(); |
- this.$.clearBrowsingDataTrigger.focus(); |
+ cr.ui.focusWithoutInk(this.$.clearBrowsingDataTrigger); |
}, |
/** @private */ |