| Index: content/test/content_browser_test.cc
|
| ===================================================================
|
| --- content/test/content_browser_test.cc (revision 148472)
|
| +++ content/test/content_browser_test.cc (working copy)
|
| @@ -115,10 +115,7 @@
|
| pool.Recycle();
|
| #endif
|
|
|
| - for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
|
| - !i.IsAtEnd(); i.Advance()) {
|
| - i.GetCurrentValue()->FastShutdownIfPossible();
|
| - }
|
| + Shell::CloseAllWindows();
|
| }
|
|
|
| Shell* ContentBrowserTest::CreateBrowser() {
|
|
|