Index: chrome/test/chromedriver/capabilities.h |
diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h |
index c41db54d43019e4c03a25797b60c86dae98fb0ed..2ef9bb06137e45933773015be760423ae088a8b4 100644 |
--- a/chrome/test/chromedriver/capabilities.h |
+++ b/chrome/test/chromedriver/capabilities.h |
@@ -16,6 +16,7 @@ namespace base { |
class DictionaryValue; |
} |
+class Log; |
class Status; |
struct Capabilities { |
@@ -25,7 +26,7 @@ struct Capabilities { |
// Return true if android package is specified. |
bool IsAndroid() const; |
- Status Parse(const base::DictionaryValue& desired_caps); |
+ Status Parse(const base::DictionaryValue& desired_caps, Log* log); |
// Whether the lifetime of the started Chrome browser process should be |
// bound to ChromeDriver's process. If true, Chrome will not quit if |