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

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

Issue 2615273002: Bump Bluetooth max filter name length from 29 bytes to 240 bytes (Closed)
Patch Set: Correct fake test value Created 3 years, 11 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 114de82d0233a5a7a3d8eb2c15399b67154646a3..e4d3d37847d0e164c503eec50a765c363482f093 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
@@ -134,6 +134,15 @@ class LayoutTestBluetoothAdapterProvider {
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
GetUnicodeDeviceAdapter();
+ // |GetDeviceNameLongerThan29BytesAdapter|
+ // Inherits from |EmptyAdapter|
+ // Internal structure
+ // - DeviceNameLongerThan29Bytes
+ // - Mock Functions:
+ // - GetName(): Returns "a_device_name_that_is_longer_than_29_bytes_but_shorter_than_240_bytes"
+ static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
+ GetDeviceNameLongerThan29BytesAdapter();
+
// |SecondDiscoveryFindsHeartRateAdapter|
// Inherits from |PoweredAdapter|
// Mock Functions:

Powered by Google App Engine
This is Rietveld 408576698