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

Unified Diff: chrome/test/chromedriver/chrome/stub_chrome.cc

Issue 2295443003: [chromedriver] Added option to make element references W3C compliant. (Closed)
Patch Set: 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
Index: chrome/test/chromedriver/chrome/stub_chrome.cc
diff --git a/chrome/test/chromedriver/chrome/stub_chrome.cc b/chrome/test/chromedriver/chrome/stub_chrome.cc
index b08e7e2bd9098cce5a650bf7decfb1c8171c97a9..afff517e9c1d5451abc110a1ecfe45114f0050dd 100644
--- a/chrome/test/chromedriver/chrome/stub_chrome.cc
+++ b/chrome/test/chromedriver/chrome/stub_chrome.cc
@@ -22,7 +22,8 @@ bool StubChrome::HasCrashedWebView() {
return false;
}
-Status StubChrome::GetWebViewIds(std::list<std::string>* web_view_ids) {
+Status StubChrome::GetWebViewIds(std::list<std::string>* web_view_ids,
+ bool w3c_compliant) {
return Status(kOk);
}

Powered by Google App Engine
This is Rietveld 408576698