| Index: device/usb/public/interfaces/BUILD.gn
|
| diff --git a/device/usb/public/interfaces/BUILD.gn b/device/usb/public/interfaces/BUILD.gn
|
| index 2ff08c002f4df98aac403b8b6d07ddb979c612bb..052c18a8342fb66f7d40e0d7f4332b18e27c6f70 100644
|
| --- a/device/usb/public/interfaces/BUILD.gn
|
| +++ b/device/usb/public/interfaces/BUILD.gn
|
| @@ -13,4 +13,7 @@ mojom("interfaces") {
|
|
|
| # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| use_once_callback = false
|
| +
|
| + # TODO(crbug.com/699569): Convert to use the new JS bindings.
|
| + use_new_js_bindings = false
|
| }
|
|
|