summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-19 19:07:40 +0000
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-19 19:07:40 +0000
commit1d14ba55e2472ad65b41423a6b8ed13b32dc206d (patch)
treefcc237d57d7b8ee927afc5d60925911949b05c29 /chrome/chrome_browser.gypi
parentfc52c42d72d42558e508f6439e8dfbb9b4ea15d9 (diff)
downloadchromium_src-1d14ba55e2472ad65b41423a6b8ed13b32dc206d.zip
chromium_src-1d14ba55e2472ad65b41423a6b8ed13b32dc206d.tar.gz
chromium_src-1d14ba55e2472ad65b41423a6b8ed13b32dc206d.tar.bz2
Implement a dispatcher for prerender requests
This CL provides a dispatcher that can feed the prerender system with HTML type requests that were prefetched. One thing is missing though: this sends all requests in, and doesn't tag the origin request. Unfortunately referer information is often tossed out in resource_dispatcher_host... Is there a private place it's sent along to for this type of use? I left that undone right now but I'm open to suggestions about a good way to do it. BUG=none TEST=none Review URL: http://codereview.chromium.org/4655004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ae9ad86..960411c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2254,6 +2254,8 @@
'browser/net/predictor.h',
'browser/net/predictor_api.cc',
'browser/net/predictor_api.h',
+ 'browser/net/prerender_interceptor.cc',
+ 'browser/net/prerender_interceptor.h',
'browser/net/referrer.cc',
'browser/net/referrer.h',
'browser/net/resolve_proxy_msg_helper.cc',