| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/delayed-discovery-no-permission-present-service-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/delayed-discovery-no-permission-present-service-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/delayed-discovery-no-permission-present-service-with-uuid.html
|
| index 4b157a8efbd4e6230491d51ee5d1bfa440f663c4..f431c4975b4bd3896f3444bf938eb55d25772bdf 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/delayed-discovery-no-permission-present-service-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/delayed-discovery-no-permission-present-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('DelayedServicesDiscoveryAdapter')
|
| .then(() => requestDeviceWithKeyDown({
|
|
|