| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index ef92f6776954883ab919722aad195e84eec383ad..a5e96fe8fc370dd9e9099c7da2c49f58d327e0f8 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -36,6 +36,9 @@ if (enable_extensions) {
|
|
|
| # 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
|
| }
|
|
|
| # This must be a static library because extensions common depends on
|
|
|