| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 7396cb08f5aff0c9519d519f65d81e3a6d9ad016..7a02c5b9a1b2701935d9b76b05e55c62f8d31f9d 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -257,7 +257,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|.
|
|
|