| Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| index e0319a58829e3a80ceec86cd1b80d5ace90b054d..3bbf1692ca919e55c2c4a05ada02c5c72ab54e0c 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| @@ -607,12 +607,6 @@ LayoutTestBluetoothAdapterProvider::GetBaseDevice(
|
| .WillByDefault(
|
| Invoke(device.get(), &MockBluetoothDevice::GetMockService));
|
|
|
| - ON_CALL(*device, GetVendorIDSource())
|
| - .WillByDefault(Return(BluetoothDevice::VENDOR_ID_BLUETOOTH));
|
| - ON_CALL(*device, GetVendorID()).WillByDefault(Return(0xFFFF));
|
| - ON_CALL(*device, GetProductID()).WillByDefault(Return(1));
|
| - ON_CALL(*device, GetDeviceID()).WillByDefault(Return(2));
|
| -
|
| return device;
|
| }
|
|
|
|
|