X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fextensions%2Fapi%2Fbluetooth_socket%2Fbluetooth_socket_api.h;h=9ed740691de7b71c79b1677ffebfcea52110e2a9;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=de2442430fc79d6872bd65082005b9340c0cd46b;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h b/src/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h index de24424..9ed7406 100644 --- a/src/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h +++ b/src/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h @@ -127,6 +127,7 @@ class BluetoothSocketListenFunction : public BluetoothSocketAsyncApiFunction { virtual void CreateService( scoped_refptr adapter, const device::BluetoothUUID& uuid, + scoped_ptr name, const device::BluetoothAdapter::CreateServiceCallback& callback, const device::BluetoothAdapter::CreateServiceErrorCallback& error_callback) = 0; @@ -165,6 +166,7 @@ class BluetoothSocketListenUsingRfcommFunction virtual void CreateService( scoped_refptr adapter, const device::BluetoothUUID& uuid, + scoped_ptr name, const device::BluetoothAdapter::CreateServiceCallback& callback, const device::BluetoothAdapter::CreateServiceErrorCallback& error_callback) OVERRIDE; @@ -193,6 +195,7 @@ class BluetoothSocketListenUsingL2capFunction virtual void CreateService( scoped_refptr adapter, const device::BluetoothUUID& uuid, + scoped_ptr name, const device::BluetoothAdapter::CreateServiceCallback& callback, const device::BluetoothAdapter::CreateServiceErrorCallback& error_callback) OVERRIDE;