| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| index 03ef9f418017478ff826430ca8bc6e809c032387..035e18e114c7b5f26c0e7bacc3fe8e4baa640c22 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| @@ -18,7 +18,8 @@
|
| </style>
|
| <settings-animated-pages id="pages" section="bluetooth">
|
| <neon-animatable route-path="default">
|
| - <div class="settings-box two-line" actionable on-tap="onTap_">
|
| + <div id="bluetoothDevices"
|
| + class="settings-box two-line" actionable on-tap="onTap_">
|
| <iron-icon icon="[[getIcon_(bluetoothEnabled_)]]"></iron-icon>
|
| <div class="middle">
|
| $i18n{bluetoothPageTitle}
|
|
|