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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes 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/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
deleted file mode 100644
index cab5f355826a78e025bc280e9c753e039224ccb7..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<div id="bluetooth-options" class="page" hidden>
- <h1 i18n-content="bluetoothAddDeviceTitle"></h1>
- <div class="settings-list bluetooth-device-list">
- <list id="bluetooth-unpaired-devices-list"></list>
- <div id="bluetooth-unpaired-devices-list-empty-placeholder"
- class="bluetooth-empty-list-label" hidden>
- <span i18n-content="bluetoothNoDevicesFound"></span>
- </div>
- </div>
- <div id="bluetooth-scanning">
- <div id="bluetooth-scanning-icon"
- class="inline-spinner"></div>
- <span id="bluetooth-scanning-label"
- i18n-content="bluetoothScanning"></span>
- </div>
- <div class="action-area button-strip">
- <button id="bluetooth-add-device-cancel-button" type="reset"
- i18n-content="cancel"></button>
- <button id="bluetooth-add-device-apply-button" type="submit"
- i18n-content="bluetoothConnectDevice" disabled></button>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698