summaryrefslogtreecommitdiffstats
path: root/components/test_runner/test_runner.h
diff options
context:
space:
mode:
authorlukasza <lukasza@chromium.org>2016-03-14 09:44:15 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 16:46:21 +0000
commit148ba0023b627900e3fa1e437e36db1f6c36e79d (patch)
tree779a36ab1303c0b7dbffc62edd19c6e953391379 /components/test_runner/test_runner.h
parent3c7a35d354e0ecf10fba26822ea833d78d132285 (diff)
downloadchromium_src-148ba0023b627900e3fa1e437e36db1f6c36e79d.zip
chromium_src-148ba0023b627900e3fa1e437e36db1f6c36e79d.tar.gz
chromium_src-148ba0023b627900e3fa1e437e36db1f6c36e79d.tar.bz2
Remove TestRunner::disable_notify_done_ (field is never set).
BUG=587175 Review URL: https://codereview.chromium.org/1776483002 Cr-Commit-Position: refs/heads/master@{#380990}
Diffstat (limited to 'components/test_runner/test_runner.h')
-rw-r--r--components/test_runner/test_runner.h6
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_;