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 |
deleted file mode 100644 |
index a09222f905b362b456ec10583586f8e8e1f4cc47..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/options2/chromeos/bluetooth_add_device_overlay.html |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<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> |
- <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> |