| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index bfba86335fb99bf2adba5fee962e57e7ff02b64f..321d50ce21c1e89144a829fb487745ab56fddee8 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -504,7 +504,7 @@ void BrowserMainLoop::CreateThreads() {
|
| // If the UI thread blocks, the whole UI is unresponsive.
|
| // Do not allow disk IO from the UI thread.
|
| base::ThreadRestrictions::SetIOAllowed(false);
|
| - base::ThreadRestrictions::DisallowWaiting();
|
| + // base::ThreadRestrictions::DisallowWaiting();
|
| }
|
|
|
| void BrowserMainLoop::RunMainMessageLoopParts() {
|
|
|