Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: chrome/test/chromedriver/chrome/chrome_desktop_impl.h

Issue 2230053002: [chromedriver] Added option to make element references W3C compliant. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed presubmit errors. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome.h ('k') | chrome/test/chromedriver/chrome/chrome_desktop_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome.h ('k') | chrome/test/chromedriver/chrome/chrome_desktop_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698