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

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

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.h
diff --git a/chrome/test/chromedriver/chrome/stub_devtools_client.h b/chrome/test/chromedriver/chrome/stub_devtools_client.h
index df04e5cb589f90266d79701bedefa663191ac902..362f423b5eee697594dab1bc50f76d5ef384d655 100644
--- a/chrome/test/chromedriver/chrome/stub_devtools_client.h
+++ b/chrome/test/chromedriver/chrome/stub_devtools_client.h
@@ -40,7 +40,7 @@ class StubDevToolsClient : public DevToolsClient {
scoped_ptr<base::DictionaryValue>* result) override;
void AddListener(DevToolsEventListener* listener) override;
Status HandleEventsUntil(const ConditionalFunc& conditional_func,
- const base::TimeDelta& timeout) override;
+ const Timeout& timeout) override;
Status HandleReceivedEvents() override;
protected:

Powered by Google App Engine
This is Rietveld 408576698