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

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: Rebased code with w3c flag change. 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/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 34023aeb18344c24b923324196ed3bd30be1e58b..2b4f32da88afe9229fb970b3dab100b9ea20e1cb 100644
--- a/chrome/test/chromedriver/chrome/devtools_http_client.cc
+++ b/chrome/test/chromedriver/chrome/devtools_http_client.cc
@@ -206,7 +206,7 @@ Status DevToolsHttpClient::CloseFrontends(const std::string& for_client_id) {
socket_factory_, web_socket_url_prefix_ + *it, *it));
std::unique_ptr<WebViewImpl> web_view(
new WebViewImpl(*it, &browser_info_, std::move(client), NULL,
- page_load_strategy_));
+ page_load_strategy_, false));
status = web_view->ConnectIfNecessary();
// Ignore disconnected error, because the debugger might have closed when

Powered by Google App Engine
This is Rietveld 408576698