Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 0da6e86de6fc096f37a34eba22ba6a265fd1e4cf..e6caa869da156e63a4c5025328f0b8e36e3030ba 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|. |