| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index 1078607b22ae93a131b619f2dc9b548c63ed0f15..ef92f6776954883ab919722aad195e84eec383ad 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -33,6 +33,9 @@ if (enable_extensions) {
|
| "//mojo/common:common_custom_types",
|
| "//url/mojo:url_mojom_gurl",
|
| ]
|
| +
|
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
|
| + use_once_callback = false
|
| }
|
|
|
| # This must be a static library because extensions common depends on
|
|
|