| Index: chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h b/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
|
| index 5c65e0fee8ee1f2da38ce9269b45a509c8e17f89..4960e0774a630b70f0970fce0c0167bcae4e5c8a 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h
|
| @@ -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:
|
|
|