| Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/api/bluetooth/bluetooth_api.h (revision 157029)
|
| +++ chrome/browser/extensions/api/bluetooth/bluetooth_api.h (working copy)
|
| @@ -86,9 +86,9 @@
|
|
|
| private:
|
| #if defined(OS_CHROMEOS)
|
| - void DispatchDeviceSearchResult(const chromeos::BluetoothDevice& device);
|
| - void ProvidesServiceCallback(const chromeos::BluetoothDevice* device,
|
| - bool providesService);
|
| + void AddDeviceIfTrueCallback(ListValue* list,
|
| + const chromeos::BluetoothDevice* device,
|
| + bool shouldAdd);
|
|
|
| int callbacks_pending_;
|
| #endif
|
|
|