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

Unified Diff: content/renderer/mojo_context_state.cc

Issue 2788403002: Revert of Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and (Closed)
Patch Set: 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
« no previous file with comments | « content/content_resources.grd ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mojo_context_state.cc
diff --git a/content/renderer/mojo_context_state.cc b/content/renderer/mojo_context_state.cc
index e5c7555005ba1bdc6c3964d76601db2808b1fa1e..381b4455c8acf86ef11e33a688447d22f568c174 100644
--- a/content/renderer/mojo_context_state.cc
+++ b/content/renderer/mojo_context_state.cc
@@ -71,17 +71,7 @@
{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},
« no previous file with comments | « content/content_resources.grd ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698