Chromium Code Reviews| 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_; |