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

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

Issue 1149883011: bluetooth: Browser-side implementation of readValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-get-characteristic-initial
Patch Set: Add unreadable characteristic. Created 5 years, 6 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 00580e4bbf43c249174b2b381f6b2f08765e4849..7f067eaee14099b923fc210e3926d73ec0758eb3 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
@@ -73,7 +73,8 @@ class LayoutTestBluetoothAdapterProvider {
// - |IsPaired| returns true.
// - |GetUUIDs| returns a list with two UUIDs: "1800" and "1801".
// - |GetGattServices| returns a list with two services "Generic Access" and
- // "Generic Attribute". "Generic Access" has a "Device Name" characteristic
+ // "Generic Attribute". "Generic Access" has a "Device Name"
+ // characteristic, with a value of "Empty Mock Device Name",
scheib 2015/06/11 20:20:50 Doc the reconnection address.
ortuno 2015/06/11 21:17:09 Done.
// and "Generic Attribute" has a "Service Changed" characteristic.
static scoped_ptr<testing::NiceMock<device::MockBluetoothDevice>>
GetEmptyDevice(device::MockBluetoothAdapter* adapter);

Powered by Google App Engine
This is Rietveld 408576698