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

Unified Diff: chrome/browser/resources/options/chromeos/bluetooth_pair_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_pair_device_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html
index 95b9c0339d563bb9adb241df1dc95ed3d8bb39d8..439492960d8003326e26b80f3600bc5adcc32654 100644
--- a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html
+++ b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html
@@ -1,4 +1,4 @@
-<div id="bluetooth-pairing" class="page" hidden>
+<dialog id="bluetooth-pairing" class="page">
<div class="close-button"></div>
<h1 i18n-content="bluetoothAddDeviceTitle"></h1>
<div id="bluetooth-pairing-message-area" class="content-area">
@@ -25,4 +25,4 @@
<button id="bluetooth-pair-device-dismiss-button" type="reset"
i18n-content="bluetoothDismissError" hidden></button>
</div>
-</div>
+</dialog>

Powered by Google App Engine
This is Rietveld 408576698