| Index: chrome/renderer/renderer_resources.grd
|
| diff --git a/chrome/renderer/renderer_resources.grd b/chrome/renderer/renderer_resources.grd
|
| index 0d5a940b158e1895a0e10c1c5b1cd4d5751c4338..599ca02b29e2d50366849acd78e6053da7ccc841 100644
|
| --- a/chrome/renderer/renderer_resources.grd
|
| +++ b/chrome/renderer/renderer_resources.grd
|
| @@ -38,6 +38,7 @@ without changes to the corresponding grd file. fb9 -->
|
| <if expr="pp_ifdef('enable_extensions')">
|
| <!-- Custom bindings for extension APIs. -->
|
| <include name="IDR_APP_CUSTOM_BINDINGS_JS" file="resources\extensions\app_custom_bindings.js" type="BINDATA" />
|
| + <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="resources\extensions\app_runtime_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="resources\extensions\app_window_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_BROWSER_ACTION_CUSTOM_BINDINGS_JS" file="resources\extensions\browser_action_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_BROWSER_TAG_JS" file="resources\extensions\browser_tag.js" type="BINDATA" />
|
| @@ -45,7 +46,6 @@ without changes to the corresponding grd file. fb9 -->
|
| <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="resources\extensions\context_menus_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="resources\extensions\declarative_webrequest_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_DEVTOOLS_CUSTOM_BINDINGS_JS" file="resources\extensions\devtools_custom_bindings.js" type="BINDATA" />
|
| - <include name="IDR_EXPERIMENTAL_APP_CUSTOM_BINDINGS_JS" file="resources\extensions\experimental.app_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_EXPERIMENTAL_BLUETOOTH_CUSTOM_BINDINGS_JS" file="resources\extensions\experimental.bluetooth_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_EXPERIMENTAL_MEDIA_GALLERY_CUSTOM_BINDINGS_JS" file="resources\extensions\experimental.media_galleries_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_EXPERIMENTAL_OFFSCREENTABS_CUSTOM_BINDINGS_JS" file="resources\extensions\experimental.offscreenTabs_custom_bindings.js" type="BINDATA" />
|
|
|