| Index: chrome/browser/resources/options/chromeos/system_options.html
|
| diff --git a/chrome/browser/resources/options/chromeos/system_options.html b/chrome/browser/resources/options/chromeos/system_options.html
|
| index a8c2b38d6d163b29159c458473eae7005d32059f..c2e83bc0272cfefcd0b399771a3ff771f9cbffb8 100644
|
| --- a/chrome/browser/resources/options/chromeos/system_options.html
|
| +++ b/chrome/browser/resources/options/chromeos/system_options.html
|
| @@ -58,11 +58,17 @@
|
| <span i18n-content="enableBluetooth"></span>
|
| </label>
|
| </div>
|
| - <div class="bluetooth-device-list">
|
| + <div id="bluetooth-device-list">
|
| <!-- A list of connected devices is inserted here on page load. -->
|
| <!-- The list of devices is updated asynchronously on clicking
|
| 'Find Devices' -->
|
| - <button i18n-content="findBluetoothDevices"></button>
|
| + </div>
|
| + <div id = "bluetooth-finder-container">
|
| + <button id="bluetooth-find-devices"
|
| + i18n-content="findBluetoothDevices"></button>
|
| + <span id="bluetooth-scanning-label" class="transparent"
|
| + i18n-content="bluetoothScanning" hidden></span>
|
| + <div id="bluetooth-scanning-icon" class="transparent" hidden></div>
|
| </div>
|
| </div>
|
| </section>
|
|
|