Index: chrome/test/chromedriver/chrome/chrome_desktop_impl.h |
diff --git a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h |
index 537cea67a7d8d23be060156f7541e9c18cc25287..020c98614a1ca13eef9c27a7cc89acd671004454 100644 |
--- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h |
+++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h |
@@ -42,10 +42,12 @@ class ChromeDesktopImpl : public ChromeImpl { |
// Returns an error if the timeout is exceeded. |
Status WaitForPageToLoad(const std::string& url, |
const base::TimeDelta& timeout, |
- std::unique_ptr<WebView>* web_view); |
+ std::unique_ptr<WebView>* web_view, |
+ bool w3c_compliant); |
// Gets the installed automation extension. |
- Status GetAutomationExtension(AutomationExtension** extension); |
+ Status GetAutomationExtension(AutomationExtension** extension, |
+ bool w3c_compliant); |
// Overridden from Chrome: |
Status GetAsDesktop(ChromeDesktopImpl** desktop) override; |