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 a4b7b21a2f145b0944b84f29d696afd54f6fb40e..53263ec3f5d4a3b7e64583cc2404d3ac624d27a3 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
@@ -128,19 +128,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 { |