| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 38e9d337971a565056a5dcc3ee3f5f28a554ff1c..f5a3cbbfa7f1c379b3c80260907afcad80a65102 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -531,13 +531,9 @@ void HandleTestParameters(const CommandLine& command_line) {
|
| void RunUIMessageLoop(BrowserProcess* browser_process) {
|
| TRACE_EVENT_BEGIN("BrowserMain:MESSAGE_LOOP", 0, "");
|
|
|
| -#if !defined(OS_CHROMEOS)
|
| // If the UI thread blocks, the whole UI is unresponsive.
|
| // Do not allow disk IO from the UI thread.
|
| - // TODO(evanm): turn this on for all platforms.
|
| - // http://code.google.com/p/chromium/issues/detail?id=60211
|
| base::ThreadRestrictions::SetIOAllowed(false);
|
| -#endif
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
| views::AcceleratorHandler accelerator_handler;
|
|
|