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

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

Issue 2295443003: [chromedriver] Added option to make element references W3C compliant. (Closed)
Patch Set: fix errors introduced during previous rebase Created 4 years, 1 month 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 8923d54029f0750c6310552ed03776677f572a1d..e5a2b1d80448f0503514d3a11925c0d7fbcb014d 100644
--- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
+++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
@@ -43,10 +43,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