| Index: content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| diff --git a/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc b/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| index 8a76e565ece2ceb803e3735b600ea634bcf18f3c..66d58c531739fbe49d90b323b0e6dca18dc17f3c 100644
|
| --- a/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| +++ b/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| @@ -354,4 +354,14 @@ TEST_F(FrameConnectedBluetoothDevicesTest, Destruction_MultipleMaps) {
|
| EXPECT_FALSE(contents()->IsConnectedToBluetoothDevice());
|
| }
|
|
|
| +TEST_F(FrameConnectedBluetoothDevicesTest,
|
| + DestroyedByWebContentsImplDestruction) {
|
| + // Tests that we don't crash when FrameConnectedBluetoothDevices contains
|
| + // at least one device, and it is destroyed while WebContentsImpl is being
|
| + // destroyed.
|
| +
|
| + // TODO(ortuno): Write test.
|
| + // http://crbug.com/615319
|
| +}
|
| +
|
| } // namespace content
|
|
|