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

Unified Diff: components/test_runner/layout_test_runtime_flags.cc

Issue 2039313002: Replicating can_open_windows layout tests runtime flag across OOPIFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Insulating no-referrer-helper.php from the changes. 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 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();
}

Powered by Google App Engine
This is Rietveld 408576698