| Index: content/shell/browser/layout_test/layout_test_browser_main.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_browser_main.cc b/content/shell/browser/layout_test/layout_test_browser_main.cc
|
| index 543d64fca5f7d32961c57a67008bd0a06ea6dd64..7ed7ea72289e3353db2870be2f6bcc0f83178bd8 100644
|
| --- a/content/shell/browser/layout_test/layout_test_browser_main.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_browser_main.cc
|
| @@ -146,6 +146,7 @@ int LayoutTestBrowserMain(
|
| exit_code = RunTests(main_runner);
|
| base::RunLoop().RunUntilIdle();
|
|
|
| + content::Shell::CloseAllWindows();
|
| #if !defined(OS_ANDROID)
|
| main_runner->Shutdown();
|
| #endif
|
|
|