commit | eb3cac713b9d8d6f1f12f55df9e05c56ba64af41 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 26 21:07:45 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 26 21:07:45 2010 |
tree | 7c4b924b753067f1800ea48ae1f3a47b587aa3bf | |
parent | 71bc0d0d454034744c1657e24edae9d31b569d66 [diff] [blame] |
Added HttpAuthFilter. Original patch by [email protected] (http://codereview.chromium.org/646068) BUG=29596 TEST=net_unittests.exe --gtest_filter="*HttpAuthFilterTest*" Review URL: http://codereview.chromium.org/660193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40157 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index c0b9ccd..6de1bae4 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h
@@ -60,6 +60,8 @@ virtual void CleanUp(); private: + net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(); + void InitDnsMasterOnIOThread( bool prefetching_enabled, base::TimeDelta max_queue_delay,