| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 506f96aca0b0a7a157012fd0094a1b2a326fae48..f7161779042fb2a4e96069ffa962c5b9b9031dda 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -212,6 +212,8 @@ class IOThread : public content::BrowserThreadDelegate {
|
| virtual void Init() OVERRIDE;
|
| virtual void CleanUp() OVERRIDE;
|
|
|
| + void DoInitTasks();
|
| +
|
| void InitializeNetworkOptions(const CommandLine& parsed_command_line);
|
|
|
| // Enable the SPDY protocol. If this function is not called, SPDY/3
|
|
|