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

Unified Diff: components/test_runner/test_runner.cc

Issue 2658473002: Refactor BluetoothAllowedDevicesMap (Closed)
Patch Set: updated test 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: components/test_runner/test_runner.cc
diff --git a/components/test_runner/test_runner.cc b/components/test_runner/test_runner.cc
index 42077622b9b0d6a43e1949240056a8ff4666c858..fc16357dfe595e2756cc1ad660a3d6d844e266de 100644
--- a/components/test_runner/test_runner.cc
+++ b/components/test_runner/test_runner.cc
@@ -1671,6 +1671,7 @@ void TestRunner::Reset() {
delegate_->DisableAutoResizeMode(WebSize());
delegate_->DeleteAllCookies();
delegate_->SetBluetoothManualChooser(false);
+ delegate_->ResetBluetoothAllowedDevicesMap();
delegate_->ResetPermissions();
ResetDeviceLight();
}

Powered by Google App Engine
This is Rietveld 408576698