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

Unified Diff: content/child/bluetooth/bluetooth_dispatcher.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/child/bluetooth/bluetooth_dispatcher.cc
diff --git a/content/child/bluetooth/bluetooth_dispatcher.cc b/content/child/bluetooth/bluetooth_dispatcher.cc
index 47d2531cc16aab824a0d8bc3895fbb5db315bfb0..c76c5ef571eadad3147379c3132f856490e77285 100644
--- a/content/child/bluetooth/bluetooth_dispatcher.cc
+++ b/content/child/bluetooth/bluetooth_dispatcher.cc
@@ -120,11 +120,6 @@ void BluetoothDispatcher::connectGATT(
device_instance_id.utf8()));
}
-void BluetoothDispatcher::SetBluetoothMockDataSetForTesting(
- const std::string& name) {
- Send(new BluetoothHostMsg_SetBluetoothMockDataSetForTesting(name));
-}
-
void BluetoothDispatcher::OnWorkerRunLoopStopped() {
delete this;
}

Powered by Google App Engine
This is Rietveld 408576698