diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index d77bfd0..08127b9 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -19,6 +19,7 @@ #include "base/path_service.h" #include "base/string_util.h" #include "base/stringprintf.h" +#include "base/test/test_timeouts.h" #include "base/threading/platform_thread.h" #include "base/win/scoped_comptr.h" #include "base/win/scoped_handle.h" @@ -386,6 +387,9 @@ void CFUrlRequestUnittestRunner::TakeDownBrowser( MessageBoxA(NULL, "click ok to exit", "", MB_OK); me->ShutDownHostBrowser(); + me->fake_chrome_.ui_loop()->PostDelayedTask(FROM_HERE, + new MessageLoop::QuitTask, + TestTimeouts::tiny_timeout_ms()); } void CFUrlRequestUnittestRunner::InitializeLogging() { |