Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2796)

Unified Diff: content/shell/browser/layout_test/layout_test_browser_main.cc

Issue 2340693003: Close all windows in test controller shutdown (Closed)
Patch Set: Move close all windows call Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698