| Index: device/usb/public/interfaces/BUILD.gn
|
| diff --git a/device/usb/public/interfaces/BUILD.gn b/device/usb/public/interfaces/BUILD.gn
|
| index 7f12a8402a8c5939159b51df29c3037713e31ab8..2ff08c002f4df98aac403b8b6d07ddb979c612bb 100644
|
| --- a/device/usb/public/interfaces/BUILD.gn
|
| +++ b/device/usb/public/interfaces/BUILD.gn
|
| @@ -10,4 +10,7 @@ mojom("interfaces") {
|
| "device.mojom",
|
| "device_manager.mojom",
|
| ]
|
| +
|
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| + use_once_callback = false
|
| }
|
|
|