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

Unified Diff: components/test_runner/web_test_delegate.h

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/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index 8350dbaf3774cab3415f3c43d7c671646006423c..cf111ec4f68bfaae7deb25a23a329ae26da5e178 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -203,6 +203,9 @@ class WebTestDelegate {
virtual void SendBluetoothManualChooserEvent(const std::string& event,
const std::string& argument) = 0;
+ // Clears the bluetooth allowed devices map.
+ virtual void ResetBluetoothAllowedDevicesMap() = 0;
+
// Controls which WebView should be focused.
virtual void SetFocus(blink::WebView* web_view, bool focus) = 0;

Powered by Google App Engine
This is Rietveld 408576698