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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: rebase to master Created 4 years 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..49c97e3d6646004675385322ac200a47abf623be 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
@@ -332,6 +332,13 @@ class LayoutTestBluetoothAdapterProvider {
// - StartNotifySession: Run success callback.
// - GetProperties: Returns
// BluetoothRemoteGattCharacteristic::PROPERTY_READ
+ // - Descriptors
+ // - User Description (2901)
+ // - Client Characteristic Configuration (2902)
+ // Note: This descriptor is blocklisted.
ortuno 2016/12/08 05:42:51 Only for writes, right?
dougt 2016/12/08 08:35:58 Done.
+ // - bad2ddcf-60db-45cd-bef9-fd72b153cf7c
+ // A test descriptor that does is blocklisted.
ortuno 2016/12/08 05:42:51 Remove 'does'.
dougt 2016/12/08 08:35:58 Done.
+
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
GetDisconnectingHealthThermometer();

Powered by Google App Engine
This is Rietveld 408576698