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