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

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc

Issue 1244603002: bluetooth: Remove reference to MultiDeviceAdapter on browser-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-tests-small-2
Patch Set: Merge with ToT Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
index f2703d64962a6d93340aa155ab7ad21682e1a6fb..88d000e0b95e4a43e6288bb8fcd3f74d723a5b0a 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
@@ -107,9 +107,7 @@ LayoutTestBluetoothAdapterProvider::GetBluetoothAdapter(
return GetEmptyAdapter();
else if (fake_adapter_name == "FailStartDiscoveryAdapter")
return GetFailStartDiscoveryAdapter();
- // TODO(ortuno): Remove MultiDeviceAdapter in follow up patch.
- else if (fake_adapter_name == "MultiDeviceAdapter" ||
- fake_adapter_name == "GlucoseHeartRateAdapter")
+ else if (fake_adapter_name == "GlucoseHeartRateAdapter")
return GetGlucoseHeartRateAdapter();
else if (fake_adapter_name == "")
return NULL;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698