Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / oobe_screen_hid_detection.js
index 78c2564..7610e2b 100644 (file)
@@ -152,21 +152,5 @@ login.createScreen('HIDDetectionScreen', 'hid-detection', function() {
       this.setDeviceBlockState_('hid-mouse-block', 'searching');
       this.setDeviceBlockState_('hid-keyboard-block', 'searching');
     },
-
-    addBluetoothDevice: function(device) {
-      // One device can be in the process of pairing.  If found, display
-      // the Bluetooth pairing overlay.
-      if (device.pairing)
-        this.showPairingLayout(device);
-    },
-
-    /**
-     * Displays the pairing overlay.
-     * @param {Object} device Description of the Bluetooth device.
-     */
-    showPairingLayout: function(device) {
-      BluetoothPairing.getInstance().update(device);
-      OptionsPage.showPageByName('bluetoothPairing', false);
-    },
   };
 });