| Index: content/common/bluetooth/bluetooth_messages.h
|
| diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
|
| index 12da0317ff8949e959ad068fe827ae6d03a115d8..dda97d42eda90fc787441dcd755e9d5512e2c4e7 100644
|
| --- a/content/common/bluetooth/bluetooth_messages.h
|
| +++ b/content/common/bluetooth/bluetooth_messages.h
|
| @@ -141,3 +141,8 @@
|
| int /* thread_id */,
|
| int /* request_id */,
|
| std::string /* device_instance_id */)
|
| +
|
| +// Configures the mock data set in the browser used while under test.
|
| +// TODO(scheib): Disable testing in non-test executables. crbug.com/436284.
|
| +IPC_MESSAGE_CONTROL1(BluetoothHostMsg_SetBluetoothMockDataSetForTesting,
|
| + std::string /* name */)
|
|
|