Index: chrome/renderer/renderer_resources.grd |
diff --git a/chrome/renderer/renderer_resources.grd b/chrome/renderer/renderer_resources.grd |
index 18d5fde4fb735bad12d36e9509dfb77d01ef378d..ecabd83a990a888359a4cc4a3f88a27036608997 100644 |
--- a/chrome/renderer/renderer_resources.grd |
+++ b/chrome/renderer/renderer_resources.grd |
@@ -11,6 +11,7 @@ without changes to the corresponding grd file. fb9 --> |
</outputs> |
<release seq="1"> |
<includes> |
+ <include name="IDR_BOOTSTRAP_JS" file="resources\extensions\bootstrap.js" type="BINDATA" /> |
<include name="IDR_BLOCKED_PLUGIN_HTML" file="resources\blocked_plugin.html" flattenhtml="true" type="BINDATA" /> |
<include name="IDR_CLICK_TO_PLAY_PLUGIN_HTML" file="resources\click_to_play_plugin.html" flattenhtml="true" type="BINDATA" /> |
<include name="IDR_DISABLED_PLUGIN_HTML" file="resources\disabled_plugin.html" flattenhtml="true" type="BINDATA" /> |
@@ -25,6 +26,8 @@ without changes to the corresponding grd file. fb9 --> |
<include name="IDR_SAD_PLUGIN" file="resources\sadplugin.png" type="BINDATA" /> |
<include name="IDR_ERROR_APP_HTML" file="resources\error_app.html" flattenhtml="true" type="BINDATA" /> |
<include name="IDR_PLATFORM_APP_CSS" file="resources\extensions\platform_app.css" type="BINDATA" /> |
+ <include name="IDR_WEBSTORE_BINDINGS_JS" file="resources\extensions\webstore.js" type="BINDATA" /> |
+ |
<!-- Custom bindings for extension APIs. --> |
<include name="IDR_BROWSER_ACTION_CUSTOM_BINDINGS_JS" file="resources\extensions\browser_action_custom_bindings.js" type="BINDATA" /> |