summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_resources.grd
diff options
context:
space:
mode:
authortburkard@chromium.org <tburkard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 17:32:30 +0000
committertburkard@chromium.org <tburkard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 17:32:30 +0000
commitb9370fcd6785eda5cb6572b90bdfdc058d0e5911 (patch)
treef338247b7251e4589882a72f38c2e060e98e32f8 /chrome/browser/browser_resources.grd
parent8755298521e5dc36c5a7f015b4e2161e679a6e59 (diff)
downloadchromium_src-b9370fcd6785eda5cb6572b90bdfdc058d0e5911.zip
chromium_src-b9370fcd6785eda5cb6572b90bdfdc058d0e5911.tar.gz
chromium_src-b9370fcd6785eda5cb6572b90bdfdc058d0e5911.tar.bz2
Adding a local predictor field trial, and a facility
to report local predictor stats based on a whitelist of URL hashes (only placeholder dummy file for now). R=shishir@chromium.org Review URL: https://codereview.chromium.org/11364034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r--chrome/browser/browser_resources.grd2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index bffa941..6b46316 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -157,6 +157,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_PRERENDER_URL_WHITELIST"
+ file="resources\prerender_url_whitelist.dat" type="BINDATA"/>
<if expr="pp_ifdef('enable_printing')">
<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" />