| 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..7f067eaee14099b923fc210e3926d73ec0758eb3 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
|
| @@ -73,7 +73,8 @@ class LayoutTestBluetoothAdapterProvider {
|
| // - |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
|
| + // "Generic Attribute". "Generic Access" has a "Device Name"
|
| + // characteristic, with a value of "Empty Mock Device Name",
|
| // and "Generic Attribute" has a "Service Changed" characteristic.
|
| static scoped_ptr<testing::NiceMock<device::MockBluetoothDevice>>
|
| GetEmptyDevice(device::MockBluetoothAdapter* adapter);
|
|
|