Index: extensions/renderer/dispatcher.cc |
diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc |
index 8704170a0e675169fe18af8d69893162acc31cea..60cf879294367c5865872b6fe0ded3c5ecd45bce 100644 |
--- a/extensions/renderer/dispatcher.cc |
+++ b/extensions/renderer/dispatcher.cc |
@@ -510,6 +510,7 @@ std::vector<std::pair<std::string, int> > Dispatcher::GetJsResources() { |
resources.push_back(std::make_pair("messaging", IDR_MESSAGING_JS)); |
resources.push_back(std::make_pair("messaging_utils", |
IDR_MESSAGING_UTILS_JS)); |
+ resources.push_back(std::make_pair("port", IDR_PORT_JS)); |
resources.push_back(std::make_pair(kSchemaUtils, IDR_SCHEMA_UTILS_JS)); |
resources.push_back(std::make_pair("sendRequest", IDR_SEND_REQUEST_JS)); |
resources.push_back(std::make_pair("setIcon", IDR_SET_ICON_JS)); |