Index: chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.html |
diff --git a/chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.html b/chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.html |
index 534d9634d3057a039b31287393ce95cd4be86d6d..1341915f9e41d6a4dcd90e450900b5575d4e2f2d 100644 |
--- a/chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.html |
+++ b/chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.html |
@@ -1,4 +1,4 @@ |
-<div id="bluetooth-options" class="page" hidden> |
+<dialog id="bluetooth-options" class="page"> |
<div class="close-button"></div> |
<h1 i18n-content="bluetoothAddDeviceTitle"></h1> |
<div class="settings-list bluetooth-device-list content-area"> |
@@ -20,4 +20,4 @@ |
</span> |
<div id="bluetooth-scanning-icon" class="inline-spinner"></div> |
</div> |
-</div> |
+</dialog> |