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 00580e4bbf43c249174b2b381f6b2f08765e4849..fad5cbad94002dd2ed06e4bad3d94762f3c625d9 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 |
| @@ -72,9 +72,9 @@ class LayoutTestBluetoothAdapterProvider { |
| // - |GetDeviceID| returns 2. |
| // - |IsPaired| returns true. |
| // - |GetUUIDs| returns a list with two UUIDs: "1800" and "1801". |
| - // - |GetGattServices| returns a list with two services "Generic Access" and |
| - // "Generic Attribute". "Generic Access" has a "Device Name" characteristic |
| - // and "Generic Attribute" has a "Service Changed" characteristic. |
| + // - |GetGattServices| returns a list with one service "Generic Access". |
| + // "Generic Access" has a "Device Name" characteristic, with a value of |
| + // "Empty Mock Device Name", and a "Reconnection Address" characteristic. |
|
scheib
2015/06/11 21:51:57
Point out here that a read of "Reconnection Addres
ortuno
2015/06/11 22:04:38
Done.
|
| static scoped_ptr<testing::NiceMock<device::MockBluetoothDevice>> |
| GetEmptyDevice(device::MockBluetoothAdapter* adapter); |