| Index: services/resource_coordinator/public/interfaces/BUILD.gn
|
| diff --git a/services/resource_coordinator/public/interfaces/BUILD.gn b/services/resource_coordinator/public/interfaces/BUILD.gn
|
| index 7d20f8fc30ba350571a941cbdf1b9ce931956382..dd081b6ed3b71423f7e84f338a5fd386df745357 100644
|
| --- a/services/resource_coordinator/public/interfaces/BUILD.gn
|
| +++ b/services/resource_coordinator/public/interfaces/BUILD.gn
|
| @@ -25,4 +25,7 @@ mojom("interfaces_internal") {
|
| export_define = "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION=1"
|
| export_header =
|
| "services/resource_coordinator/public/cpp/resource_coordinator_export.h"
|
| +
|
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| + use_once_callback = false
|
| }
|
|
|