| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js
|
| index 1a11a1bc81670a283187c6061e6fd99a63f7f206..f407a6561a1fc1443d917c4330e8ef98242c2d45 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js
|
| @@ -471,6 +471,6 @@ Polymer({
|
| // The list is dynamic so focus the first item.
|
| var device = this.$$('#unpairedContainer bluetooth-device-list-item');
|
| if (device)
|
| - device.focus();
|
| + cr.ui.focusWithoutInk(device);
|
| },
|
| });
|
|
|