diff options
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index c0b9ccd..6de1bae 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -60,6 +60,8 @@ class IOThread : public BrowserProcessSubThread { virtual void CleanUp(); private: + net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(); + void InitDnsMasterOnIOThread( bool prefetching_enabled, base::TimeDelta max_queue_delay, |