| Index: chrome/renderer/resources/renderer_resources.grd
|
| diff --git a/chrome/renderer/resources/renderer_resources.grd b/chrome/renderer/resources/renderer_resources.grd
|
| index d22b0ad0f5e685003d90ef39d69260ccc815d8c8..7f0ebeb4459c63923ea06d5a9108bb152d515139 100644
|
| --- a/chrome/renderer/resources/renderer_resources.grd
|
| +++ b/chrome/renderer/resources/renderer_resources.grd
|
| @@ -46,8 +46,6 @@ without changes to the corresponding grd file. fb9 -->
|
| <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="extensions\app_runtime_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="extensions\app_window_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_BROWSER_ACTION_CUSTOM_BINDINGS_JS" file="extensions\browser_action_custom_bindings.js" type="BINDATA" />
|
| - <include name="IDR_BROWSER_TAG_JS" file="extensions\browser_tag.js" type="BINDATA" />
|
| - <include name="IDR_BROWSER_TAG_OLD_JS" file="extensions\browser_tag_old.js" type="BINDATA" />
|
| <include name="IDR_CONTENT_SETTINGS_CUSTOM_BINDINGS_JS" file="extensions\content_settings_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="extensions\context_menus_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="extensions\declarative_webrequest_custom_bindings.js" type="BINDATA" />
|
| @@ -77,6 +75,8 @@ without changes to the corresponding grd file. fb9 -->
|
| <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="extensions\web_request_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="extensions\web_request_internal_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="extensions\webstore_custom_bindings.js" type="BINDATA" />
|
| + <include name="IDR_WEB_VIEW_JS" file="extensions\web_view.js" type="BINDATA" />
|
| + <include name="IDR_WEB_VIEW_OLD_JS" file="extensions\web_view_old.js" type="BINDATA" />
|
|
|
| <!-- Platform app support. -->
|
| <include name="IDR_PLATFORM_APP_CSS" file="extensions\platform_app.css" type="BINDATA" />
|
|
|