| Index: extensions/renderer/dispatcher.cc
|
| diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
|
| index eaa442804cb0e99b9fe66a601ae6514494623348..219b1efb50b3a3677f00745e83f08ae48d707846 100644
|
| --- a/extensions/renderer/dispatcher.cc
|
| +++ b/extensions/renderer/dispatcher.cc
|
| @@ -738,7 +738,16 @@ std::vector<std::pair<const char*, int>> Dispatcher::GetJsResources() {
|
| {mojo::kControlMessageProxyModuleName, IDR_MOJO_CONTROL_MESSAGE_PROXY_JS},
|
| {mojo::kInterfaceControlMessagesMojom,
|
| IDR_MOJO_INTERFACE_CONTROL_MESSAGES_MOJOM_JS},
|
| + {mojo::kInterfaceEndpointClientModuleName,
|
| + IDR_MOJO_INTERFACE_ENDPOINT_CLIENT_JS},
|
| + {mojo::kInterfaceEndpointHandleModuleName,
|
| + IDR_MOJO_INTERFACE_ENDPOINT_HANDLE_JS},
|
| {mojo::kInterfaceTypesModuleName, IDR_MOJO_INTERFACE_TYPES_JS},
|
| + {mojo::kPipeControlMessageHandlerModuleName,
|
| + IDR_MOJO_PIPE_CONTROL_MESSAGE_HANDLER_JS},
|
| + {mojo::kPipeControlMessageProxyModuleName,
|
| + IDR_MOJO_PIPE_CONTROL_MESSAGE_PROXY_JS},
|
| + {mojo::kPipeControlMessagesMojom, IDR_MOJO_PIPE_CONTROL_MESSAGES_MOJOM_JS},
|
| {mojo::kRouterModuleName, IDR_MOJO_ROUTER_JS},
|
| {mojo::kUnicodeModuleName, IDR_MOJO_UNICODE_JS},
|
| {mojo::kValidatorModuleName, IDR_MOJO_VALIDATOR_JS},
|
|
|