| Index: chrome/test/chromedriver/capabilities.h
|
| diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h
|
| index fa3e0c0841cce5f369371efaf3013b27bbe60689..a45f06493457ddff30d8acf550d77cf151e9fdf9 100644
|
| --- a/chrome/test/chromedriver/capabilities.h
|
| +++ b/chrome/test/chromedriver/capabilities.h
|
| @@ -76,6 +76,8 @@ struct PerfLoggingPrefs {
|
|
|
| InspectorDomainStatus network;
|
| InspectorDomainStatus page;
|
| + // TODO(samuong): Timeline was removed in blink 189656 (chromium commit
|
| + // position 315092) so remove this option once we stop supporting M41.
|
| InspectorDomainStatus timeline;
|
|
|
| std::string trace_categories; // Non-empty string enables tracing.
|
|
|