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

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

Issue 2684793004: [Harmony] Harmonize Bluetooth dialogs. (Closed)
Patch Set: Address jamescook@'s comments. Created 3 years, 10 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..255dec09cc83e50b7dc90c12939f8177af8a59bd 100644
--- a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html
+++ b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html
@@ -1,5 +1,5 @@
<div id="bluetooth-pairing" class="page" hidden>
- <div class="close-button"></div>
+ <div id="bluetooth-pairing-close-button" class="close-button"></div>
<h1 i18n-content="bluetoothAddDeviceTitle"></h1>
<div id="bluetooth-pairing-message-area" class="content-area">
<div id="bluetooth-pairing-message-contents">

Powered by Google App Engine
This is Rietveld 408576698