Home
last modified time | relevance | path

Searched refs:should_report_error (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
Dperformance_logger.cc228 bool should_report_error = true; in ShouldReportTracingError() local
230 should_report_error = !(browser_info->build_no >= 1967 && in ShouldReportTracingError()
233 should_report_error = !(browser_info->blink_revision >= 172887 && in ShouldReportTracingError()
236 return should_report_error; in ShouldReportTracingError()