| 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)
|
| +
|
| #undef DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG
|
| #undef DEFINE_STRING_LAYOUT_TEST_RUNTIME_FLAG
|
|
|
|
|