| Index: components/test_runner/layout_test_runtime_flags.h
|
| diff --git a/components/test_runner/layout_test_runtime_flags.h b/components/test_runner/layout_test_runtime_flags.h
|
| index 9de7ad97b3de4f9f3d8036403d6cd2a2c6e2d14a..aa7bcebb64a89dc5231dc9b8d6d7f1afe63465f7 100644
|
| --- a/components/test_runner/layout_test_runtime_flags.h
|
| +++ b/components/test_runner/layout_test_runtime_flags.h
|
| @@ -179,6 +179,10 @@ class TEST_RUNNER_EXPORT LayoutTestRuntimeFlags {
|
| // execution.
|
| DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG(dump_spell_check_callbacks)
|
|
|
| + // If true, content_shell will output text for alert(), confirm(), prompt(),
|
| + // etc.
|
| + DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG(dump_javascript_dialogs)
|
| +
|
| #undef DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG
|
| #undef DEFINE_STRING_LAYOUT_TEST_RUNTIME_FLAG
|
|
|
|
|