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