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