Chromium Code Reviews| Index: ui/events/devices/mojo/BUILD.gn |
| diff --git a/ui/events/devices/mojo/BUILD.gn b/ui/events/devices/mojo/BUILD.gn |
| index fe65d7d19735568070fee21df3eff6c210f46cfc..cfdbf86336af5df86c782173e642539c1c64a124 100644 |
| --- a/ui/events/devices/mojo/BUILD.gn |
| +++ b/ui/events/devices/mojo/BUILD.gn |
| @@ -22,4 +22,7 @@ mojom("test_interfaces") { |
| public_deps = [ |
| ":mojo", |
| ] |
| + |
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback. |
| + use_once_callback = false |
| } |