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

Unified Diff: content/browser/bluetooth/bluetooth_blocklist.cc

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Updating cross-origin-objects-exceptions.html 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/browser/bluetooth/bluetooth_blocklist.cc
diff --git a/content/browser/bluetooth/bluetooth_blocklist.cc b/content/browser/bluetooth/bluetooth_blocklist.cc
index 4ba1dc1396212eb35b2d7c40f9aab4d6ea0dcf5d..6766486c5009adf548e7429559d02b9cc2adf70e 100644
--- a/content/browser/bluetooth/bluetooth_blocklist.cc
+++ b/content/browser/bluetooth/bluetooth_blocklist.cc
@@ -176,6 +176,8 @@ void BluetoothBlocklist::PopulateWithDefaultValues() {
// Descriptors:
Add(BluetoothUUID("2902"), Value::EXCLUDE_WRITES);
Add(BluetoothUUID("2903"), Value::EXCLUDE_WRITES);
+ // Descriptor for Layout Tests:
+ Add(BluetoothUUID("bad0"), Value::EXCLUDE);
ortuno 2016/12/07 08:05:12 hmm why do we need this? We already have a Value::
dougt 2016/12/07 19:50:34 Done. Removed.
// Descriptors for Layout Tests:
Add(BluetoothUUID("bad2ddcf-60db-45cd-bef9-fd72b153cf7c"), Value::EXCLUDE);
Add(BluetoothUUID("bad3ec61-3cc3-4954-9702-7977df514114"),

Powered by Google App Engine
This is Rietveld 408576698