| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.html
|
| index eef2c1b37d9e977835f6a26046ae89b635a9a950..167638be2781461306f2bc2bd475428684f4cb20 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.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({
|
|
|