Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4886)

Unified Diff: chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.html

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698