| Index: chrome/renderer/resources/renderer_resources.grd
|
| diff --git a/chrome/renderer/resources/renderer_resources.grd b/chrome/renderer/resources/renderer_resources.grd
|
| index af69edcc38e356739ce690cdc7723ffd572d7a83..a8f876319911ff312fba6cdd786c9e655d26e337 100644
|
| --- a/chrome/renderer/resources/renderer_resources.grd
|
| +++ b/chrome/renderer/resources/renderer_resources.grd
|
| @@ -24,6 +24,11 @@ without changes to the corresponding grd file. fb9 -->
|
| <include name="IDR_ERROR_APP_HTML" file="error_app.html" flattenhtml="true" type="BINDATA" />
|
| <include name="IDR_NET_ERROR_HTML" file="neterror.html" flattenhtml="true" type="BINDATA" />
|
|
|
| + <!-- Searchbox API -->
|
| + <if expr="enable_extensions or is_android">
|
| + <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" type="BINDATA" />
|
| + </if>
|
| +
|
| <!-- Extension libraries. -->
|
| <if expr="enable_extensions">
|
| <!-- Custom bindings for extension APIs. -->
|
| @@ -80,7 +85,6 @@ without changes to the corresponding grd file. fb9 -->
|
| <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="extensions\permissions_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="extensions\runtime_custom_bindings.js" type="BINDATA" />
|
| <include name="IDR_SCHEMA_UTILS_JS" file="extensions\schema_utils.js" type="BINDATA" />
|
| - <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" type="BINDATA" />
|
| <include name="IDR_SEND_REQUEST_JS" file="extensions\send_request.js" type="BINDATA" />
|
| <include name="IDR_SET_ICON_JS" file="extensions\set_icon.js" type="BINDATA" />
|
| <include name="IDR_STORAGE_AREA_JS" file="extensions\storage_area.js" type="BINDATA" />
|
|
|