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

Unified Diff: components/test_runner/layout_test_runtime_flags.cc

Issue 2043923002: Replicate more dump_foo layout test runtime flags across OOPIFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicate-can-open-windows
Patch Set: Created 4 years, 6 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
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();
}

Powered by Google App Engine
This is Rietveld 408576698