| 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 c918ebc9dc6ff7b414cc38d27682bc0e07660a62..0f57f27284bed835f72cb61a1c4bffa67ef2a4ee 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| @@ -86,9 +86,9 @@ class BluetoothGetDevicesFunction : public AsyncExtensionFunction {
|
|
|
| private:
|
| #if defined(OS_CHROMEOS)
|
| - void AddDeviceIfTrueCallback(ListValue* list,
|
| - const chromeos::BluetoothDevice* device,
|
| - bool shouldAdd);
|
| + void DispatchDeviceSearchResult(const chromeos::BluetoothDevice& device);
|
| + void ProvidesServiceCallback(const chromeos::BluetoothDevice* device,
|
| + bool providesService);
|
|
|
| int callbacks_pending_;
|
| #endif
|
|
|