| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 61d8848d78aa611e21e241f3fb3ca2427b91ec2d..f4f92ba73875f912d09753d4f83b6b0fb0c17507 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -233,7 +233,7 @@ net::ProxyScriptFetcher* IOThread::CreateAndRegisterProxyScriptFetcher(
|
| }
|
|
|
| void IOThread::Init() {
|
| -#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX)
|
| // TODO(evan): test and enable this on all platforms.
|
| // Though this thread is called the "IO" thread, it actually just routes
|
| // messages around; it shouldn't be allowed to perform any blocking disk I/O.
|
|
|