diff options
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index a70c99e..a1f1c14 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -178,6 +178,8 @@ class IOThread : public content::BrowserThreadDelegate { virtual ~IOThread(); + static void RegisterPrefs(PrefRegistrySimple* registry); + // Can only be called on the IO thread. Globals* globals(); @@ -236,8 +238,6 @@ class IOThread : public content::BrowserThreadDelegate { // SystemRequestContext state has been initialized on the UI thread. void InitSystemRequestContextOnIOThread(); - static void RegisterPrefs(PrefRegistrySimple* registry); - net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory( net::HostResolver* resolver); |