diff options
Diffstat (limited to 'components/test_runner/test_runner.h')
-rw-r--r-- | components/test_runner/test_runner.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h index d6d5c24f..a219ddb 100644 --- a/components/test_runner/test_runner.h +++ b/components/test_runner/test_runner.h @@ -690,12 +690,6 @@ class TestRunner : public WebTestRunner, // Bound variable to store the last tooltip text std::string tooltip_text_; - // Bound variable to disable notifyDone calls. This is used in GC leak - // tests, where existing LayoutTests are loaded within an iframe. The GC - // test harness will set this flag to ignore the notifyDone calls from the - // target LayoutTest. - bool disable_notify_done_; - // Bound variable counting the number of top URLs visited. int web_history_item_count_; |