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

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

Issue 2642123003: Bluetooth: Make maximum possible name filter 248 bytes, not 240 (Closed)
Patch Set: Change all NotFoundErrors to TypeErrors 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.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 4fa8f0753137621b6e850a20bd1e24aae870503c..84564420ae39056061ab430244b49e3d6cd3f06e 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
@@ -422,7 +422,7 @@ LayoutTestBluetoothAdapterProvider::GetDeviceNameLongerThan29BytesAdapter() {
scoped_refptr<NiceMockBluetoothAdapter> adapter(GetEmptyAdapter());
adapter->AddMockDevice(GetBaseDevice(adapter.get(),
- "a_device_name_that_is_longer_than_29_bytes_but_shorter_than_240_bytes"));
+ "a_device_name_that_is_longer_than_29_bytes_but_shorter_than_248_bytes"));
return adapter;
}

Powered by Google App Engine
This is Rietveld 408576698