Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 464f5f2b5b8b957b49e6642498a54b7c8fdcd416..ca55e19c1bd2afb51a614e7f3b3e6101935a832a 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -255,6 +255,7 @@ |
// 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|. |