Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index ca55e19c1bd2afb51a614e7f3b3e6101935a832a..464f5f2b5b8b957b49e6642498a54b7c8fdcd416 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -255,7 +255,6 @@ class IOThread : public content::BrowserThreadDelegate { |
// This handles initialization and destruction of state that must |
// live on the IO thread. |
void Init() override; |
- void InitAsync() override; |
void CleanUp() override; |
// Initializes |params| based on the settings in |globals|. |