| Index: chrome/browser/browser_resources.grd
 | 
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
 | 
| index 8246c3b64fe188b659b4acba0e43bba8fc8123b4..aae6711eef4ad22933d95ae9db5a8f85aa92b494 100644
 | 
| --- a/chrome/browser/browser_resources.grd
 | 
| +++ b/chrome/browser/browser_resources.grd
 | 
| @@ -133,6 +133,8 @@
 | 
|          <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_promo.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
 | 
|        </if>
 | 
|        <if expr="pp_ifdef('chromeos')">
 | 
| +        <include name="IDR_ABOUT_PAGE_HTML" file="resources\about_page\about_page.html" flattenhtml="true" type="BINDATA" />
 | 
| +        <include name="IDR_ABOUT_PAGE_JS" file="resources\about_page\about_page.js" flattenhtml="true" type="BINDATA" />
 | 
|          <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.html" flattenhtml="true" type="BINDATA" />
 | 
|          <include name="IDR_ACTIVE_DOWNLOADS_HTML" file="resources\chromeos\active_downloads.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
 | 
|          <include name="IDR_ACTIVE_DOWNLOADS_JS" file="resources\chromeos\active_downloads.js" type="BINDATA" />
 | 
| 
 |