| Index: extensions/common/api/BUILD.gn
|
| diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
|
| index 8382c61ecaeddee1de3cd537c31b974f2ddee22e..3321a45b4c5663e9b5af36bd8cc5812512094eea 100644
|
| --- a/extensions/common/api/BUILD.gn
|
| +++ b/extensions/common/api/BUILD.gn
|
| @@ -32,6 +32,9 @@ mojom("mojom") {
|
|
|
| # 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
|
| }
|
|
|
| group("api") {
|
|
|