| Index: content/common/bluetooth/bluetooth_messages.h
|
| diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
|
| index dda97d42eda90fc787441dcd755e9d5512e2c4e7..12da0317ff8949e959ad068fe827ae6d03a115d8 100644
|
| --- a/content/common/bluetooth/bluetooth_messages.h
|
| +++ b/content/common/bluetooth/bluetooth_messages.h
|
| @@ -141,8 +141,3 @@ IPC_MESSAGE_CONTROL3(BluetoothHostMsg_ConnectGATT,
|
| 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 */)
|
|
|