Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 831e62f73265c849818c25a0b653b2acaeec3e5e..8ca344345fce40164f624f9a395ab7634f44cba4 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -254,6 +254,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|. |