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

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

Issue 2762023002: work in progress 2
Patch Set: Created 3 years, 9 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/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 9eb85ef8777154adaf5d461ea5e3e7a64c116c8d..eb83befe3ea82b4bd41259cf79399e7df0244a85 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
@@ -463,6 +463,9 @@ class LayoutTestBluetoothAdapterProvider {
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
GetDelayedServicesDiscoveryAdapter();
+ static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
+ GetStopDiscoveryAdapterDiscoveringChanged();
+
// |FailingConnectionsAdapter|
// Inherits from |EmptyAdapter|
// FailingConnectionsAdapter holds a device for each type of connection error

Powered by Google App Engine
This is Rietveld 408576698