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

Unified Diff: content/shell/test_runner/layout_test_runtime_flags.cc

Issue 2907463003: Remove window.status plumbing, it's unused and the spec says it's a dummy (Closed)
Patch Set: Drop accidental change Created 3 years, 7 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
« no previous file with comments | « content/shell/test_runner/layout_test_runtime_flags.h ('k') | content/shell/test_runner/test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/layout_test_runtime_flags.cc
diff --git a/content/shell/test_runner/layout_test_runtime_flags.cc b/content/shell/test_runner/layout_test_runtime_flags.cc
index 03fe5a3751b121932b35f465e93eb335037d94c2..1be7e41ef0d2dab72fbf58df8568aaa2ad344cc0 100644
--- a/content/shell/test_runner/layout_test_runtime_flags.cc
+++ b/content/shell/test_runner/layout_test_runtime_flags.cc
@@ -61,7 +61,6 @@ 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);
set_dump_javascript_dialogs(true);
« no previous file with comments | « content/shell/test_runner/layout_test_runtime_flags.h ('k') | content/shell/test_runner/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698