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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.cc

Issue 1125133005: bluetooth: Move testing IPC from BluetoothDispatcher to BlinkTestRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for stable release mode tests Created 5 years, 7 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/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index 06b6fee14e51009b6ce8e4b630e119f8a2e6c4e9..7f4bca0e29b3034498435269c120e71992bbf322 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -464,7 +464,7 @@ void BlinkTestRunner::SetDeviceColorProfile(const std::string& name) {
}
void BlinkTestRunner::SetBluetoothMockDataSet(const std::string& name) {
- content::SetBluetoothMockDataSetForTesting(name);
+ Send(new LayoutTestHostMsg_SetBluetoothAdapter(name));
}
void BlinkTestRunner::SetGeofencingMockProvider(bool service_available) {

Powered by Google App Engine
This is Rietveld 408576698