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 da91254d3a76e9094551ee99abd6a88a12508286..40aa323c1febe8276201c6137979551c62dbc12c 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 |
@@ -101,8 +101,9 @@ class LayoutTestBluetoothAdapterProvider { |
// - |GetUUIDs| returns a list with two UUIDs: "1800" and "1801". |
// - |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 |
- // which can't be read. |
+ // "Empty Mock Device Name" that can be read but not written, and a |
+ // "Reconnection Address" characteristic which can't be read, but can be |
+ // written. |
static scoped_ptr<testing::NiceMock<device::MockBluetoothDevice>> |
GetEmptyDevice(device::MockBluetoothAdapter* adapter, |
const std::string& device_name = "Empty Mock Device"); |