diff options
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 2c609f5..f0ddca4 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -70,7 +70,8 @@ class IOThread : public BrowserProcessSubThread { virtual void CleanUpAfterMessageLoopDestruction(); private: - net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(); + net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory( + net::HostResolver* resolver); void InitNetworkPredictorOnIOThread( bool prefetching_enabled, |