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

Unified Diff: content/shell/renderer/test_runner/web_test_delegate.h

Issue 702593002: bluetooth: Initial simple mock content::WebBluetoothImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 1 month 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/renderer/test_runner/web_test_delegate.h
diff --git a/content/shell/renderer/test_runner/web_test_delegate.h b/content/shell/renderer/test_runner/web_test_delegate.h
index 459a1408619127470b1ab6752740501e2c063023..ac42c9759edb79a7c72f0792462a59217c0141ad 100644
--- a/content/shell/renderer/test_runner/web_test_delegate.h
+++ b/content/shell/renderer/test_runner/web_test_delegate.h
@@ -149,6 +149,9 @@ class WebTestDelegate {
// Change the device color profile while running a layout test.
virtual void SetDeviceColorProfile(const std::string& name) = 0;
+ // Change the bluetooth test data while running a layout test.
+ virtual void SetBluetoothMockDataSet(const std::string& data_set) = 0;
+
// Controls which WebView should be focused.
virtual void SetFocus(WebTestProxyBase* proxy, bool focus) = 0;

Powered by Google App Engine
This is Rietveld 408576698