| Index: Source/modules/bluetooth/testing/InternalsBluetooth.idl
|
| diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl b/Source/modules/bluetooth/testing/InternalsBluetooth.idl
|
| similarity index 60%
|
| copy from Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
|
| copy to Source/modules/bluetooth/testing/InternalsBluetooth.idl
|
| index 0d43a955a5bec91694d52a0bb8633874418c8cfb..5acb7c81fc00002c9cf7fa0b1f7007681d580133 100644
|
| --- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
|
| +++ b/Source/modules/bluetooth/testing/InternalsBluetooth.idl
|
| @@ -3,5 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| partial interface Internals {
|
| - void setNavigatorContentUtilsClientMock(Document document);
|
| + void resetBluetoothMock(Navigator navigator);
|
| + void bluetoothRequestDeviceWillReject(Navigator navigator, DOMString error);
|
| };
|
|
|