| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/delayed-discovery-no-permission-present-service.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/delayed-discovery-no-permission-present-service.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/delayed-discovery-no-permission-present-service.html
|
| index 26b6fdd47248a8fac9c8c2bee4a4353bb4b5286a..f9566779ec244c152af9cb6b993f083bc53ec9f2 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/delayed-discovery-no-permission-present-service.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/delayed-discovery-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('DelayedServicesDiscoveryAdapter')
|
| .then(() => requestDeviceWithKeyDown({
|
|
|