Chromium Code Reviews| 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 0a4355b50abd67ce59bb9de76448024463d91912..9d1c91627c5e2033af53b81438f225b93f8b363a 100644 |
| --- a/components/test_runner/layout_test_runtime_flags.h |
| +++ b/components/test_runner/layout_test_runtime_flags.h |
| @@ -158,6 +158,10 @@ class TEST_RUNNER_EXPORT LayoutTestRuntimeFlags { |
| DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG( |
| stay_on_page_after_handling_before_unload) |
| + // Flag to try to prevent different renderer processes tracking |
| + // different top loading frames. |
| + DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG(have_top_loading_frame) |
|
jochen (gone - plz use gerrit)
2016/04/27 12:00:51
maybe track_top_loading_frame_in_this_process?
Łukasz Anforowicz
2016/04/27 22:59:02
I've expanded the comment to try to clarify the me
|
| + |
| #undef DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG |
| #undef DEFINE_STRING_LAYOUT_TEST_RUNTIME_FLAG |