Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: content/shell/browser/layout_test/blink_test_controller.cc

Issue 2658473002: Refactor BluetoothAllowedDevicesMap (Closed)
Patch Set: cleaned up layout test code Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698