| Index: services/device/public/interfaces/BUILD.gn
|
| diff --git a/services/device/public/interfaces/BUILD.gn b/services/device/public/interfaces/BUILD.gn
|
| index 6ce6a02c4fdfb007752d81cc9a9853b89a42aef8..ea9dd259754799d5d553bdbef50b522ff7ff381d 100644
|
| --- a/services/device/public/interfaces/BUILD.gn
|
| +++ b/services/device/public/interfaces/BUILD.gn
|
| @@ -17,6 +17,9 @@ mojom("interfaces") {
|
| public_deps = [
|
| ":constants",
|
| ]
|
| +
|
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| + use_once_callback = false
|
| }
|
|
|
| mojom("constants") {
|
|
|