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

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

Issue 2658473002: Refactor BluetoothAllowedDevicesMap (Closed)
Patch Set: clean up code Created 3 years, 11 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 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,

Powered by Google App Engine
This is Rietveld 408576698