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

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

Issue 1415533006: bluetooth: Implement requestDevice by name or name prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-characteristic-properties
Patch Set: Merge with ToT and fix histograms conflict Created 5 years, 1 month 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 70a1f0d5fb29c3cc2be5e94606a4fc62b6b42f32..ca23237ea979423dcb76006ec8aca9076ea755da 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
@@ -122,6 +122,15 @@ class LayoutTestBluetoothAdapterProvider {
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
GetGlucoseHeartRateAdapter();
+ // |GetUnicodeDeviceAdapter|
+ // Inherits from |EmptyAdapter|
+ // Internal structure
+ // - UnicodeDevice
+ // - Mock Functions:
+ // - GetName(): Returns "❤❤❤❤❤❤❤❤❤"
+ static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
+ GetUnicodeDeviceAdapter();
+
// |SecondDiscoveryFindsHeartRateAdapter|
// Inherits from |PoweredAdapter|
// Mock Functions:

Powered by Google App Engine
This is Rietveld 408576698