Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 93cfa48ea1145ef58121313ec0fa8a637dfea773..75c138072e15c1adef920bff48cf0022e425abc9 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|. |