| Index: device/bluetooth/test/mock_bluetooth_adapter.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| index d338256255704ee09ca1f706802b6782b0bd3778..db26bac023f95dc084a5def1cf26c584e05f7f3c 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| @@ -97,6 +97,10 @@ class MockBluetoothAdapter : public BluetoothAdapter {
|
| void SetDiscoveryFilter(scoped_ptr<BluetoothDiscoveryFilter> discovery_filter,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) override;
|
| + void RegisterAdvertisement(
|
| + scoped_ptr<BluetoothAdvertisement::Data> advertisement_data,
|
| + const CreateAdvertisementCallback& callback,
|
| + const CreateAdvertisementErrorCallback& error_callback) override;
|
| virtual ~MockBluetoothAdapter();
|
|
|
| MOCK_METHOD1(RemovePairingDelegateInternal,
|
|
|