Chromium Code Reviews| Index: device/vr/BUILD.gn |
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn |
| index be3ea9b7d32a410afeee731de9d443576e384fd4..677d999a4160a4feff243168e2714957b71474c6 100644 |
| --- a/device/vr/BUILD.gn |
| +++ b/device/vr/BUILD.gn |
| @@ -133,4 +133,7 @@ mojom_component("mojo_bindings") { |
| # 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 |
| } |