| 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 50ddb23928b645a73ec218eab8c71c5940345fea..d5fbf19ca126eb8ff66059a5b6d30ab536a7513c 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js
|
| @@ -173,11 +173,12 @@ Polymer({
|
|
|
| /** @private */
|
| deviceListChanged_: function() {
|
| - var devices = this.$.devices;
|
| + this.saveScroll(this.$.devices);
|
| this.pairedDeviceList_ = this.deviceList_.filter(function(device) {
|
| return !!device.paired || !!device.connecting;
|
| });
|
| this.updateScrollableContents();
|
| + this.restoreScroll(this.$.devices);
|
| },
|
|
|
| /** @private */
|
|
|