| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
|
| index 5795dce5b47a091922f86251f72dc95f6a3d97c5..674f161c4d321c125e6ee52c2e5dbaa87ab168a0 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
|
| @@ -328,11 +328,7 @@ settings.BluetoothPairDeviceBehavior = {
|
| Polymer({
|
| is: 'bluetooth-device-dialog',
|
|
|
| - behaviors: [
|
| - I18nBehavior,
|
| - CrScrollableBehavior,
|
| - settings.BluetoothPairDeviceBehavior,
|
| - ],
|
| + behaviors: [I18nBehavior, settings.BluetoothPairDeviceBehavior],
|
|
|
| properties: {
|
| /**
|
|
|