| Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| index 552b7dc3402c338749378c6783ea593c38673838..b3d551cca49551e984279a7a30140482d2b2cee8 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| @@ -127,19 +127,11 @@ class BluetoothGetDevicesFunction : public BluetoothExtensionFunction {
|
| public:
|
| DECLARE_EXTENSION_FUNCTION("bluetooth.getDevices", BLUETOOTH_GETDEVICES)
|
|
|
| - BluetoothGetDevicesFunction();
|
| -
|
| protected:
|
| virtual ~BluetoothGetDevicesFunction() {}
|
|
|
| // BluetoothExtensionFunction:
|
| virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
|
| -
|
| - private:
|
| - void DispatchDeviceSearchResult(const device::BluetoothDevice& device);
|
| - void FinishDeviceSearch();
|
| -
|
| - int device_events_sent_;
|
| };
|
|
|
| class BluetoothGetServicesFunction : public BluetoothExtensionFunction {
|
|
|