| Index: chrome/browser/browser_resources.grd | 
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd | 
| index 849c2daa1eeac12555cad633b3c0d2133570de94..73e4765fe81aeb5d5a048cd462aa0ee59af93d92 100644 | 
| --- a/chrome/browser/browser_resources.grd | 
| +++ b/chrome/browser/browser_resources.grd | 
| @@ -73,8 +73,6 @@ | 
| <include name="IDR_KEYBOARD_MANIFEST" file="resources\keyboard\manifest.json" type="BINDATA" /> | 
| <include name="IDR_MEDIA_INTERNALS_HTML" file="resources\media_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
| <include name="IDR_MEDIA_INTERNALS_JS" file="resources\media_internals\media_internals.js" flattenhtml="true" type="BINDATA" /> | 
| -      <include name="IDR_NETWORK_ACTION_PREDICTOR_HTML" file="resources\network_action_predictor\network_action_predictor.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
| -      <include name="IDR_NETWORK_ACTION_PREDICTOR_JS" file="resources\network_action_predictor\network_action_predictor.js" type="BINDATA" /> | 
| <include name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\new_incognito_tab_theme.css" flattenhtml="true" type="BINDATA" /> | 
| <include name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.html" flattenhtml="true" type="BINDATA" /> | 
| <include name="IDR_NEW_TAB_4_THEME_CSS" file="resources\ntp4\new_tab_theme.css" flattenhtml="true" type="BINDATA" /> | 
| @@ -98,6 +96,8 @@ | 
| <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA"/> | 
| <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml="true" allowexternalscript="true" type="BINDATA"/> | 
| <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> | 
| +      <include name="IDR_PREDICTORS_HTML" file="resources\predictors\predictors.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
| +      <include name="IDR_PREDICTORS_JS" file="resources\predictors\predictors.js" type="BINDATA" /> | 
| <include name="IDR_PRINT_PREVIEW_DUMMY_HTML" file="resources\print_preview\print_preview_dummy.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
| <include name="IDR_PRINT_PREVIEW_DUMMY_JS" file="resources\print_preview\print_preview_dummy.js" flattenhtml="true" type="BINDATA" /> | 
| <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\print_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
|  |