| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 8f180f00f04bb9fbc5ea3cf1bd55412d39d3bf4e..eed9d17faa94604999bf0f2d7ed4061e4af949ed 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -211,6 +211,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
| // This handles initialization and destruction of state that must
|
| // live on the IO thread.
|
| virtual void Init() OVERRIDE;
|
| + virtual void InitAsync() OVERRIDE;
|
| virtual void CleanUp() OVERRIDE;
|
|
|
| void InitializeNetworkOptions(const CommandLine& parsed_command_line);
|
|
|