Correct implementation of the ability to observe and modify resource redirects (issue #346).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@419 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-12-15 14:47:23 +00:00
parent bd84c988cf
commit 2bbd89f97d
8 changed files with 321 additions and 75 deletions

View File

@@ -271,6 +271,9 @@ void BrowserRequestContext::Init(
}
storage_.set_job_factory(job_factory);
url_request_interceptor_.reset(
BrowserResourceLoaderBridge::CreateRequestInterceptor());
}
BrowserRequestContext::~BrowserRequestContext() {