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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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_pair_device_overlay.html
diff --git a/chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html b/chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html
deleted file mode 100644
index 95b9c0339d563bb9adb241df1dc95ed3d8bb39d8..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<div id="bluetooth-pairing" class="page" hidden>
- <div class="close-button"></div>
- <h1 i18n-content="bluetoothAddDeviceTitle"></h1>
- <div id="bluetooth-pairing-message-area" class="content-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" maxlength="6" type="text">
- </div>
- <div id="bluetooth-pairing-pincode-entry" hidden>
- <input id="bluetooth-pincode" maxlength="16" 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>

Powered by Google App Engine
This is Rietveld 408576698