Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / bluetooth / bluetooth_private_api.h
index 5c65e0f..4960e07 100644 (file)
@@ -76,34 +76,6 @@ class BluetoothPrivateSetAdapterStateFunction
   DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateSetAdapterStateFunction);
 };
 
-class BluetoothPrivateEnablePairingFunction
-    : public BluetoothExtensionFunction {
- public:
-  DECLARE_EXTENSION_FUNCTION("bluetoothPrivate.enablePairing",
-                             BLUETOOTHPRIVATE_ENABLEPAIRING)
-  BluetoothPrivateEnablePairingFunction();
-  // BluetoothExtensionFunction overrides:
-  virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
-
- private:
-  virtual ~BluetoothPrivateEnablePairingFunction();
-  DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateEnablePairingFunction);
-};
-
-class BluetoothPrivateDisablePairingFunction
-    : public BluetoothExtensionFunction {
- public:
-  DECLARE_EXTENSION_FUNCTION("bluetoothPrivate.disablePairing",
-                             BLUETOOTHPRIVATE_DISABLEPAIRING)
-  BluetoothPrivateDisablePairingFunction();
-  // BluetoothExtensionFunction overrides:
-  virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
-
- private:
-  virtual ~BluetoothPrivateDisablePairingFunction();
-  DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateDisablePairingFunction);
-};
-
 class BluetoothPrivateSetPairingResponseFunction
     : public BluetoothExtensionFunction {
  public: