Chromium Code Reviews| Index: chrome/test/chromedriver/capabilities.h |
| diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h |
| index 22ede2b2f4f157a133d9e0f2c6418376da4700f8..67b48e895fa5e3de1ec01b20dcc8bf6b2bb2d673 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* devtools_events_logging_prefs; |
|
johnchen
2017/04/26 05:17:47
This should be a std::unique_ptr<base::ListValue>,
em
2017/04/27 05:02:09
Done.
|
| + |
| std::unique_ptr<base::DictionaryValue> prefs; |
| Switches switches; |