Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 4b604560fee864352f57220fef4f851fc61842b2..09235b4f924357ff6d6c83f13115a8ace506e2c2 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -254,7 +254,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|. |