| 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 22afeaf0582c97d29aa16dcec901578d4e8f2839..a190b832ee4f3e5b729218f51ed399ce018b153d 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h
|
| @@ -183,7 +183,7 @@ class BluetoothConnectFunction : public BluetoothExtensionFunction {
|
| virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
|
|
|
| private:
|
| - void OnSuccessCallback();
|
| + void OnSuccessCallback(device::BluetoothDevice* device);
|
| void OnErrorCallback(const std::string& error);
|
| };
|
|
|
|
|