| Index: device/screen_orientation/public/interfaces/BUILD.gn
|
| diff --git a/device/screen_orientation/public/interfaces/BUILD.gn b/device/screen_orientation/public/interfaces/BUILD.gn
|
| index 0f2e547e3fde6986c5ba43b5b0d4912bd70b2f1b..fdf5cd6158a2fbd5a3986470f0442add7787dc19 100644
|
| --- a/device/screen_orientation/public/interfaces/BUILD.gn
|
| +++ b/device/screen_orientation/public/interfaces/BUILD.gn
|
| @@ -9,4 +9,7 @@ mojom("interfaces") {
|
| "screen_orientation.mojom",
|
| "screen_orientation_lock_types.mojom",
|
| ]
|
| +
|
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| + use_once_callback = false
|
| }
|
|
|