| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-absent-service-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-absent-service-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-absent-service-with-uuid.html
|
| index 38930ba45f8c5dee84a9a635dc00afb4e4cbdc4e..9ee61b525ff6c57d5b4f248e7a87fbd166c576b7 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-absent-service-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-absent-service-with-uuid.html
|
| @@ -6,9 +6,9 @@
|
| 'use strict';
|
| promise_test(() => {
|
| let expected = new DOMException('Origin is not allowed to access the ' +
|
| - 'service. Remember to add the service to a ' +
|
| - 'filter or to optionalServices in ' +
|
| - 'requestDevice().',
|
| + 'service. Tip: Add the service UUID to ' +
|
| + '\'optionalServices\' in requestDevice() ' +
|
| + 'options. https://goo.gl/HxfxSQ',
|
| 'SecurityError');
|
| return setBluetoothFakeAdapter('HeartRateAdapter')
|
| .then(() => requestDeviceWithKeyDown({
|
|
|