| Index: services/identity/public/interfaces/BUILD.gn
|
| diff --git a/services/identity/public/interfaces/BUILD.gn b/services/identity/public/interfaces/BUILD.gn
|
| index f2e15ffe96b1749627a2cf8444fe5d0441e00fd4..08bfe4b3693a67075a8c58c9a6f1f15751c28a26 100644
|
| --- a/services/identity/public/interfaces/BUILD.gn
|
| +++ b/services/identity/public/interfaces/BUILD.gn
|
| @@ -13,6 +13,9 @@ mojom("interfaces") {
|
| ":constants",
|
| "//components/signin/public/interfaces",
|
| ]
|
| +
|
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| + use_once_callback = false
|
| }
|
|
|
| mojom("constants") {
|
|
|