| Index: extensions/renderer/dispatcher.cc
|
| diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
|
| index 71574fff8ed8b1ca37977fa5ef033e2887fd1c47..1da94910c84d8958ce129157e9375a2db1f9d4e9 100644
|
| --- a/extensions/renderer/dispatcher.cc
|
| +++ b/extensions/renderer/dispatcher.cc
|
| @@ -708,6 +708,11 @@ std::vector<std::pair<const char*, int>> Dispatcher::GetJsResources() {
|
| {mojo::kRouterModuleName, IDR_MOJO_ROUTER_JS},
|
| {mojo::kUnicodeModuleName, IDR_MOJO_UNICODE_JS},
|
| {mojo::kValidatorModuleName, IDR_MOJO_VALIDATOR_JS},
|
| + {mojo::kControlMessageProxyModuleName, IDR_MOJO_CONTROL_MESSAGE_PROXY_JS},
|
| + {mojo::kControlMessageHandlerModuleName,
|
| + IDR_MOJO_CONTROL_MESSAGE_HANDLER_JS},
|
| + {mojo:kInterfaceControlMessagesMojom,
|
| + IDR_MOJO_INTERFACE_CONTROL_MESSAGES_MOJO_JS},
|
| {"async_waiter", IDR_ASYNC_WAITER_JS},
|
| {"keep_alive", IDR_KEEP_ALIVE_JS},
|
| {"extensions/common/mojo/keep_alive.mojom", IDR_KEEP_ALIVE_MOJOM_JS},
|
|
|