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

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

Issue 2856093002: bluetooth: Clean up unused fake adapters (Closed)
Patch Set: Merge branch 'bluetooth-simulate-fake-central' into bluetooth-cleanup-unused-adapters Created 3 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
« no previous file with comments | « no previous file | content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc » ('j') | 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.h
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
index 0de94f00a9ae781b21fd5a71164fadeae4af9023..346bea2a6b3df810b1d1e0008097d9f8b5eca883 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
@@ -55,15 +55,6 @@ class LayoutTestBluetoothAdapterProvider {
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
GetPresentAdapter();
- // |NotPresentAdapter|
- // Inherits from |BaseAdapter|
- // Devices added:
- // None.
- // Mock Functions:
- // - IsPresent: Returns false
- static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
- GetNotPresentAdapter();
-
// |PoweredAdapter|
// Inherits from |PresentAdapter|
// Devices added:
@@ -73,15 +64,6 @@ class LayoutTestBluetoothAdapterProvider {
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
GetPoweredAdapter();
- // |NotPoweredAdapter|
- // Inherits from |PresentAdapter|
- // Devices added:
- // None.
- // Mock Functions:
- // - IsPowered: Returns false
- static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
- GetNotPoweredAdapter();
-
// |ScanFilterCheckingAdapter|
// Inherits from |PoweredAdapter|
// BluetoothAdapter that asserts that its StartDiscoverySessionWithFilter()
« no previous file with comments | « no previous file | content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698