| Index: components/test_runner/layout_test_runtime_flags.cc
|
| diff --git a/components/test_runner/layout_test_runtime_flags.cc b/components/test_runner/layout_test_runtime_flags.cc
|
| index 8ceab2260b2b49c7066acc3dfe9f905245ae8442..7c2b602ef0af107b736ea7c67acc4d14eafef12d 100644
|
| --- a/components/test_runner/layout_test_runtime_flags.cc
|
| +++ b/components/test_runner/layout_test_runtime_flags.cc
|
| @@ -60,6 +60,8 @@ void LayoutTestRuntimeFlags::Reset() {
|
|
|
| set_have_top_loading_frame(false);
|
|
|
| + set_can_open_windows(false);
|
| +
|
| // No need to report the initial state - only the future delta is important.
|
| tracked_dictionary().ResetChangeTracking();
|
| }
|
|
|