| Index: content/shell/browser/layout_test/blink_test_controller.cc
|
| diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc
|
| index 892d239b7138b72741d641a748c067276064451d..0a5460823bd3c1354863413c0a2c2033d60baac6 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.cc
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.cc
|
| @@ -659,6 +659,7 @@ void BlinkTestController::OnTestFinished() {
|
| base::Bind(base::IgnoreResult(&BlinkTestController::Send),
|
| base::Unretained(this),
|
| new ShellViewMsg_Reset(render_view_host->GetRoutingID())));
|
| + storage_partition->ClearBluetoothAllowedDevicesMapForTesting();
|
| }
|
|
|
| void BlinkTestController::OnImageDump(const std::string& actual_pixel_hash,
|
|
|