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

Unified Diff: extensions/renderer/dispatcher.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 | « content/renderer/mojo_context_state.cc ('k') | ios/web/ios_web_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dispatcher.cc
diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
index 8d849a1a3fb8a4746c87e9ca4e4f333b370437d1..a1b2b51ee47ee43a59fec632ec8ab70a01634861 100644
--- a/extensions/renderer/dispatcher.cc
+++ b/extensions/renderer/dispatcher.cc
@@ -736,8 +736,6 @@ std::vector<std::pair<std::string, int> > Dispatcher::GetJsResources() {
resources.push_back(
std::make_pair(mojo::kCodecModuleName, IDR_MOJO_CODEC_JS));
resources.push_back(
- std::make_pair(mojo::kConnectionModuleName, IDR_MOJO_CONNECTION_JS));
- resources.push_back(
std::make_pair(mojo::kConnectorModuleName, IDR_MOJO_CONNECTOR_JS));
resources.push_back(std::make_pair(mojo::kInterfaceTypesModuleName,
IDR_MOJO_INTERFACE_TYPES_JS));
« no previous file with comments | « content/renderer/mojo_context_state.cc ('k') | ios/web/ios_web_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698