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

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

Issue 1669453002: [chromedriver] Apply page load timeout to slow cross-process navigations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DEPS modifications. Created 4 years, 10 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_devtools_client.cc
diff --git a/chrome/test/chromedriver/chrome/stub_devtools_client.cc b/chrome/test/chromedriver/chrome/stub_devtools_client.cc
index d4d4edcef47b0906f2d79b1d792bf4230fc94715..17b9f6a72b8f003bba7e990231bc51c80b0c8894 100644
--- a/chrome/test/chromedriver/chrome/stub_devtools_client.cc
+++ b/chrome/test/chromedriver/chrome/stub_devtools_client.cc
@@ -52,7 +52,7 @@ void StubDevToolsClient::AddListener(DevToolsEventListener* listener) {
Status StubDevToolsClient::HandleEventsUntil(
const ConditionalFunc& conditional_func,
- const base::TimeDelta& timeout) {
+ const Timeout& timeout) {
return Status(kOk);
}

Powered by Google App Engine
This is Rietveld 408576698