Chromium Code Reviews| 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"), |