Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1557)

Unified Diff: content/renderer/mojo_context_state.cc

Issue 2744963002: Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and (Closed)
Patch Set: Resolve Merge with new changes from master. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/mojo_context_state.cc
diff --git a/content/renderer/mojo_context_state.cc b/content/renderer/mojo_context_state.cc
index 381b4455c8acf86ef11e33a688447d22f568c174..e4dc3aa8444e20dffd4e8830688fe5c4d6f0e2a9 100644
--- a/content/renderer/mojo_context_state.cc
+++ b/content/renderer/mojo_context_state.cc
@@ -75,6 +75,11 @@ scoped_refptr<base::RefCountedMemory> GetBuiltinModuleData(
{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},
};
std::unique_ptr<ModuleSourceMap>& module_sources = g_module_sources.Get();

Powered by Google App Engine
This is Rietveld 408576698