| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| index 53d494138aee0d9c898e77f2b3f4250063982806..3d704ce4607380636cb327a044f69c3490ac3dd8 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -121,6 +121,10 @@ DOMException* BluetoothError::take(
|
| MAP_ERROR(BLACKLISTED_WRITE, SecurityError,
|
| "writeValue() called on blacklisted object marked "
|
| "exclude-writes. https://goo.gl/4NeimX");
|
| + MAP_ERROR(NOT_ALLOWED_TO_ACCESS_ANY_SERVICE, SecurityError,
|
| + "Origin is not allowed to access any service. Tip: Add the "
|
| + "service UUID to 'optionalServices' in requestDevice() "
|
| + "options. https://goo.gl/HxfxSQ");
|
| MAP_ERROR(NOT_ALLOWED_TO_ACCESS_SERVICE, SecurityError,
|
| "Origin is not allowed to access the service. Tip: Add the "
|
| "service UUID to 'optionalServices' in requestDevice() "
|
|
|