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

Unified Diff: components/test_runner/test_runner.h

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
« no previous file with comments | « components/test_runner/layout_test_runtime_flags.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index 197f167fbe2e54f92535975d34aac263ef0d798d..ea8b8c6eb72c07c1c41c2fdf0e378c1202c849d4 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -570,17 +570,6 @@ class TestRunner : public WebTestRunner {
// If true, the test_shell will output a base64 encoded WAVE file.
bool dump_as_audio_;
- // If true, output a descriptive line each time WebViewClient::createView
- // is invoked.
- bool dump_create_view_;
-
- // If true, the test_shell will dump all changes to window.status.
- bool dump_window_status_changes_;
-
- // If true, the test_shell will output descriptive test for spellcheck
- // execution.
- bool dump_spell_check_callbacks_;
Łukasz Anforowicz 2016/06/06 23:48:09 The 3 flags we are moving to LayoutTestRuntimeFlag
-
// If true, the test_shell will produce a dump of the back forward list as
// well.
bool dump_back_forward_list_;
« no previous file with comments | « components/test_runner/layout_test_runtime_flags.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698