Update to Chromium revision 176706.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@988 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-01-15 21:38:59 +00:00
parent d56fc817d5
commit 3b9cb32e4a
11 changed files with 17 additions and 23 deletions

View File

@ -57,7 +57,7 @@ void CefProcessIOThread::CleanUp() {
// Flush any remaining messages. This ensures that any accumulated
// Task objects get destroyed before we exit, which avoids noise in
// purify leak-test results.
MessageLoop::current()->RunAllPending();
MessageLoop::current()->RunUntilIdle();
// In reverse order of initialization.
BrowserWebBlobRegistryImpl::Cleanup();