| 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 9273add258b0a2bbb914f6a234510df2a8785f6b..91f616b205b9b60778a79a542e11f53f86015bfd 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.cc
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.cc
|
| @@ -657,6 +657,7 @@ void BlinkTestController::OnTestFinished() {
|
| base::Bind(base::IgnoreResult(&BlinkTestController::Send),
|
| base::Unretained(this),
|
| new ShellViewMsg_Reset(render_view_host->GetRoutingID())));
|
| + storage_partition->ClearBluetoothAllowedDevicesMap();
|
| }
|
|
|
| void BlinkTestController::OnImageDump(const std::string& actual_pixel_hash,
|
|
|