Chromium Code Reviews| Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
| index 6885c6b3feb45e79c0f73e495802caa6bf001e9a..b5454ce6c3309a50c2e9b35b09811407cfcb396b 100644 |
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h |
| @@ -355,17 +355,6 @@ class LayoutTestBluetoothAdapterProvider { |
| // Returns: address |
| // - GetName: |
| // Returns: device_name. |
| - // - GetBluetoothClass: |
|
ortuno
2016/04/28 15:52:19
Can you remove the lines that set this values (610
|
| - // Returns: 0x1F00. “Unspecified Device Class” see |
| - // bluetooth.org/en-us/specification/assigned-numbers/baseband |
| - // - GetVendorIDSource: |
| - // Returns: BluetoothDevice::VENDOR_ID_BLUETOOTH. |
| - // - GetVendorID: |
| - // Returns: 0xFFFF. |
| - // - GetProductID: |
| - // Returns: 1. |
| - // - GetDeviceID: |
| - // Returns: 2. |
| // - IsPaired: |
| // Returns true. |
| static std::unique_ptr<testing::NiceMock<device::MockBluetoothDevice>> |