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

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

Issue 9625006: Implement new overlay style for options pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 9 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/options2/chromeos/bluetooth_add_device_overlay.html
diff --git a/chrome/browser/resources/options2/chromeos/bluetooth_add_device_overlay.html b/chrome/browser/resources/options2/chromeos/bluetooth_add_device_overlay.html
index 295c4e86115ac6a26c08b252f46046cf6e31b1dd..a09222f905b362b456ec10583586f8e8e1f4cc47 100644
--- a/chrome/browser/resources/options2/chromeos/bluetooth_add_device_overlay.html
+++ b/chrome/browser/resources/options2/chromeos/bluetooth_add_device_overlay.html
@@ -1,4 +1,5 @@
<div id="bluetooth-options" class="page" hidden>
+ <div class="close-button"></div>
<h1 i18n-content="bluetoothAddDeviceTitle"></h1>
<div class="settings-list bluetooth-device-list content-area">
<list id="bluetooth-unpaired-devices-list"></list>

Powered by Google App Engine
This is Rietveld 408576698