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

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

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_impl.cc ('k') | chrome/test/chromedriver/chrome/web_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/devtools_http_client.cc
diff --git a/chrome/test/chromedriver/chrome/devtools_http_client.cc b/chrome/test/chromedriver/chrome/devtools_http_client.cc
index ea1f1ddd76767ebf83bf865495d532be383f2c76..c7630392e4620fda37d32257f697fe8197403f3a 100644
--- a/chrome/test/chromedriver/chrome/devtools_http_client.cc
+++ b/chrome/test/chromedriver/chrome/devtools_http_client.cc
@@ -205,7 +205,7 @@ Status DevToolsHttpClient::CloseFrontends(const std::string& for_client_id) {
std::unique_ptr<DevToolsClient> client(new DevToolsClientImpl(
socket_factory_, web_socket_url_prefix_ + *it, *it));
std::unique_ptr<WebViewImpl> web_view(
- new WebViewImpl(*it, &browser_info_, std::move(client), NULL,
+ new WebViewImpl(*it, false, &browser_info_, std::move(client), NULL,
page_load_strategy_));
status = web_view->ConnectIfNecessary();
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_impl.cc ('k') | chrome/test/chromedriver/chrome/web_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698