Index: chrome/test/chromedriver/capabilities.h |
diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h |
index 22ede2b2f4f157a133d9e0f2c6418376da4700f8..c6639e7d8e768f08adbb58f77291dc3e2616c45b 100644 |
--- a/chrome/test/chromedriver/capabilities.h |
+++ b/chrome/test/chromedriver/capabilities.h |
@@ -24,6 +24,7 @@ |
namespace base { |
class CommandLine; |
class DictionaryValue; |
+class ListValue; |
} |
class Status; |
@@ -150,6 +151,8 @@ struct Capabilities { |
PerfLoggingPrefs perf_logging_prefs; |
+ const base::ListValue* dt_events_logging_prefs; |
samuong
2017/03/27 18:42:10
use "devtools" instead of "dt"
|
+ |
std::unique_ptr<base::DictionaryValue> prefs; |
Switches switches; |