| Index: media/capture/mojo/BUILD.gn
|
| diff --git a/media/capture/mojo/BUILD.gn b/media/capture/mojo/BUILD.gn
|
| index 2214c24097658c97f88b2f561a45867c8414b866..e862ea15b7d34add3a55c84466f56ac3e04cdf57 100644
|
| --- a/media/capture/mojo/BUILD.gn
|
| +++ b/media/capture/mojo/BUILD.gn
|
| @@ -23,4 +23,7 @@ mojom("image_capture") {
|
|
|
| # 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
|
| }
|
|
|