| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index 0710cb1857c4cee19ab1672d9ce4ebb1ae4d98e5..a698491c9d1aed303f2f70ba875dda7dcd64c4c3 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -84,6 +84,9 @@
|
| <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" />
|
| <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
|
| <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" />
|
| + <include name="IDR_POLICY_HTML" file="resources\policy.html" type="BINDATA"/>
|
| + <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA"/>
|
| + <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/>
|
| <include name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="BINDATA" />
|
| <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\print_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
|
| <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print_preview.js" flattenhtml="true" type="BINDATA" />
|
|
|