| 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 7c2b602ef0af107b736ea7c67acc4d14eafef12d..f2b010fb66af79e7e27b081b694537912180ac2d 100644
|
| --- a/components/test_runner/layout_test_runtime_flags.cc
|
| +++ b/components/test_runner/layout_test_runtime_flags.cc
|
| @@ -62,6 +62,10 @@ void LayoutTestRuntimeFlags::Reset() {
|
|
|
| set_can_open_windows(false);
|
|
|
| + set_dump_create_view(false);
|
| + set_dump_window_status_changes(false);
|
| + set_dump_spell_check_callbacks(false);
|
| +
|
| // No need to report the initial state - only the future delta is important.
|
| tracked_dictionary().ResetChangeTracking();
|
| }
|
|
|