| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index e04059710c21333fd14e7cd75857c95343c69211..9e12ef53345fe45bc559bd186bc549fddb0f9d9c 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -408,8 +408,7 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
|
| // need to be able to perform IO.
|
| base::ThreadRestrictions::SetIOAllowed(true);
|
| BrowserThread::PostTask(
|
| - BrowserThread::IO,
|
| - FROM_HERE,
|
| + BrowserThread::IO, FROM_HERE,
|
| base::Bind(base::IgnoreResult(&base::ThreadRestrictions::SetIOAllowed),
|
| true));
|
|
|
|
|