| 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
|
| deleted file mode 100644
|
| index a6095af5fd580323bf0bbbd684d7cb0d6385b51b..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<div id="bluetooth-pairing" class="page" hidden>
|
| - <h1 i18n-content="bluetoothAddDeviceTitle"></h1>
|
| - <div id="bluetooth-pairing-message-area">
|
| - <div id="bluetooth-pairing-message-contents">
|
| - <div id="bluetooth-pairing-instructions"></div>
|
| - <div id="bluetooth-pairing-passkey-display" hidden></div>
|
| - <div id="bluetooth-pairing-passkey-entry" hidden>
|
| - <input id="bluetooth-passkey" type="text">
|
| - </div>
|
| - </div>
|
| - </div>
|
| - <div class="action-area button-strip">
|
| - <button id="bluetooth-pair-device-cancel-button" type="reset"
|
| - i18n-content="cancel" hidden></button>
|
| - <button id="bluetooth-pair-device-connect-button" type="reset"
|
| - i18n-content="bluetoothConnectDevice" hidden></button>
|
| - <button id="bluetooth-pair-device-reject-button" type="reset"
|
| - i18n-content="bluetoothRejectPasskey" hidden></button>
|
| - <button id="bluetooth-pair-device-accept-button" type="reset"
|
| - i18n-content="bluetoothAcceptPasskey" hidden></button>
|
| - <button id="bluetooth-pair-device-dismiss-button" type="reset"
|
| - i18n-content="bluetoothDismissError" hidden></button>
|
| - </div>
|
| -</div>
|
|
|