Chromium Code Reviews| Index: content/shell/browser/layout_test/blink_test_controller.cc |
| diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc |
| index 5b9d1827b01c0545368c4da9f9c521e23baae861..8cc45e38356df75f7a456ef8bfe512e34d9da8ae 100644 |
| --- a/content/shell/browser/layout_test/blink_test_controller.cc |
| +++ b/content/shell/browser/layout_test/blink_test_controller.cc |
| @@ -255,6 +255,7 @@ BlinkTestController::~BlinkTestController() { |
| CHECK(test_phase_ == BETWEEN_TESTS); |
| GpuDataManager::GetInstance()->RemoveObserver(this); |
| DiscardMainWindow(); |
| + Shell::CloseAllWindows(); |
|
Peter Beverloo
2016/09/22 12:21:40
Maybe we should consider moving this to LayoutTest
|
| instance_ = NULL; |
| } |