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

Unified Diff: chromecast/renderer/cast_content_renderer_client.cc

Issue 2616493005: Mojo JS bindings: remove the connection module. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | content/content_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/cast_content_renderer_client.cc
diff --git a/chromecast/renderer/cast_content_renderer_client.cc b/chromecast/renderer/cast_content_renderer_client.cc
index 125c4bd23b25022a5dba7919c01fa3b7feaa46c1..69e3e87c0b4862becf343f37a6479866fb0afebe 100644
--- a/chromecast/renderer/cast_content_renderer_client.cc
+++ b/chromecast/renderer/cast_content_renderer_client.cc
@@ -176,7 +176,6 @@ void CastContentRendererClient::RunScriptsAtDocumentStart(
IDR_MOJO_VALIDATOR_JS,
IDR_MOJO_ROUTER_JS,
IDR_MOJO_BINDINGS_JS,
- IDR_MOJO_CONNECTION_JS,
};
for (size_t i = 0; i < arraysize(mojo_resource_ids); i++) {
ExecuteJavaScript(render_frame, mojo_resource_ids[i]);
« no previous file with comments | « no previous file | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698