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