Index: extensions/renderer/dispatcher.cc |
diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc |
index 4dcf0389e2b7fd0f8d7a1ccc456b58670f6267d1..dab06e94bce514fcc72dc0c68433651bb994962c 100644 |
--- a/extensions/renderer/dispatcher.cc |
+++ b/extensions/renderer/dispatcher.cc |
@@ -722,6 +722,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::kPipeControlMessagesMojom, IDR_MOJO_PIPE_CONTROL_MESSAGES_MOJOM_JS}, |
+ {mojo::kInterfaceEndpointClientModuleName, IDR_MOJO_INTERFACE_ENDPOINT_CLIENT_JS}, |
+ {mojo::kInterfaceEndpointHandleModuleName, IDR_MOJO_INTERFACE_ENDPOINT_HANDLE_JS}, |
+ {mojo::kPipeControlMessageHandlerModuleName, IDR_MOJO_PIPE_CONTROL_MESSAGE_HANDLER_JS}, |
+ {mojo::kPipeControlMessageProxyModuleName, IDR_MOJO_PIPE_CONTROL_MESSAGE_PROXY_JS}, |
{"async_waiter", IDR_ASYNC_WAITER_JS}, |
{"keep_alive", IDR_KEEP_ALIVE_JS}, |
{"extensions/common/mojo/keep_alive.mojom", IDR_KEEP_ALIVE_MOJOM_JS}, |