summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.cc
diff options
context:
space:
mode:
authormpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-01 21:38:16 +0000
committermpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-01 21:38:16 +0000
commitd05ef99c71c3d4db779be737102807cbab88ca45 (patch)
treeb64aa3b5117ecce666372bbc77b6558984194bfa /chrome/browser/io_thread.cc
parent1e1a3ce6a6e266ce93b78fa3c0534aec3db3e2c3 (diff)
downloadchromium_src-d05ef99c71c3d4db779be737102807cbab88ca45.zip
chromium_src-d05ef99c71c3d4db779be737102807cbab88ca45.tar.gz
chromium_src-d05ef99c71c3d4db779be737102807cbab88ca45.tar.bz2
Unreverting: First steps towards webRequest extension API.
Only an asynchronous version of onBeforeRequest is implement, with limited data being passed. Original CL: http://src.chromium.org/viewvc/chrome?view=rev&revision=73196 BUG=60101 TEST=no Review URL: http://codereview.chromium.org/6246032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r--chrome/browser/io_thread.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index d5af8f0..127f53e 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -193,6 +193,7 @@ ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
globals->proxy_script_fetcher_http_transaction_factory.get());
// In-memory cookie store.
context->set_cookie_store(new net::CookieMonster(NULL, NULL));
+ // TODO(mpcomplete): give it a SystemNetworkDelegate.
return context;
}